#How to change the Chinese interface of vscode?
Recommended related article tutorials: vscode tutorial
First download the vscode software;
After installation, run vscode, press Ctrl Shift P to open the command palette and start typing "display" to filter and display the Configure Display Language command.
Select Configure Display Language and press Enter. The locale.json file will open. Its default value is the current language, which is "en". Change "en" to "zh-CN", then ctrl S to save locale.json and restart VS Code to use the new display language.
#There is still one step left for vscode to display Chinese. You also need to install the required language packs. Click the extended view
to search for language pack category: "Language Packs". Select Chinese (Simplified), click Install, and click OK after installation. Then restart and it will be ok
Now you can start using the Chinese version of vscode
The above is the detailed content of How to change vscode to Chinese interface. For more information, please follow other related articles on the PHP Chinese website!