July 14, 2017 07:53:21 read: 12454 Tags: Visual Studio Code vscode language Settings more Personal Category: VscodeCopyright NOTICE: This article for TESTCS_DN (micro-wx laughter) original article, non-commercial free reprint-keep the Attribution-note the source, thank you. 75070415
Visual Studio Code is accompanied by 10 available display languages (regions): English (United States), Chinese Simplified, Traditional Chinese, French, German, Italian, Japanese, Korean, Russian and Spanish.
Localized display text in all 10 languages is included in the main vs code download, so no secondary installation is required.
By default, the VS code picks up the operating system's display language and, in the case of unsupported locales, uses English (US).
Available Regional Settings
Language Settings
1. Shortcut keys
Windows, Linux shortcut keys are: ctrl+shift+p
MacOS shortcut key is: Command + SHIFT + P
2. Search: Config language or Configure Language
Select to open Locale.json file
- {
- //Define the display language of the Vscode.
- //See https://go.microsoft.com/fwlink/?LinkId=761051 for a list of supported languages.
- //Change this value to restart Vscode.
- "locale":"ZH-CN"
- }
Input errors when modifying will prompt for available languages
When you delete a previous language setting, a colon or quotation mark after "locale" will prompt the available options
Save the changes to the Locale.json file, close the Vscode, and reopen the language.
Note: The language configuration is not found in the Settings.json that is open in configuration preferences.
Visual Studio Code (vscode) Language settings