Replies: 1 comment 4 replies
-
Our extension has the localization info embedded into it. It does not use the Simplified Chinese pack extension. Unless you explicitly select English as the language, VS Code will tell us to use the Chinese strings instead because you're in using the Chinese OS. Try running the "Configure Display Language" command in VS Code to select English and then reload the window. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am seeking assistance with an issue I encountered while running VSCode on my Windows 10 Family (Chinese) operating system. Previously, I experienced no problems, however, today while working on my C++ program, I discovered that the language displayed on the error snippet is in Chinese, while other functions are displayed in English as usual. To clarify, the Simplified Chinese pack was not installed, and the default language for VSCode is English. I also verified that "locale" is set to "en" in argv.json. Despite searching for solutions to this problem, I have not found any helpful suggestions. Attached is a screenshot of the issue.
Beta Was this translation helpful? Give feedback.
All reactions