Replies: 4 comments
-
Visual Studio is running on NetFramework, not Core. Do you really need different translations for both zh-Hans-CN and zh-Hans? |
Beta Was this translation helpful? Give feedback.
0 replies
-
i need to comfirm the resource file name. if I use |
Beta Was this translation helpful? Give feedback.
0 replies
-
What about zh-Hans? That's on all platforms. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Important
Read https://github.com/dotnet/ResXResourceManager/blob/master/Documentation/Topics/Troubleshooting.md first.
Describe the bug
on
netcoreapp3.1
I can find the cultureinfo 'name
zh-CN
。but use

net6
, I can't found the cultureinfo namezh-CN
, instand of namezh-Hans-CN
on 'rexsmanager' window add language ,can't found the cultureinfo name

zh-Hans-CN
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Beta Was this translation helpful? Give feedback.
All reactions