Setting steps: Open VSCode, click the settings icon in the lower left corner or use the shortcut key "Ctrl," to open user settings; enter "locale" in the search box; in the "Preferences: Open User Settings" section, Find the "Locale" option and click the "Edit in settings.json" link; change the value of "locale" to "zh-cn", save the file, and restart.
To set the interface language to Chinese in VSCode, you can follow the following steps:
{ "locale": "zh-cn"}
Restart VSCode, the interface language should have changed to Chinese.
The above is the detailed content of How to change vscode to Chinese. For more information, please follow other related articles on the PHP Chinese website!