Home > Article > Development Tools > What should I do if setting vscode to Chinese fails?
#What should I do if the setting of vscode to Chinese fails?
Setting "locale":"zh-cn" in the locale.json interface also failed to make the interface Chinese. I found a reference on the Internet. The following tutorial is effective in real tests!
Related recommendations: vscode introductory tutorial
First:
Download the plug-in: Chinese (Simplified) Language Pack for Visual Studio Code (download and install directly now Already effective)
Click Reload in the Chinese (Simplified) Language Pack for Visual Studio Code interface
Secondly:
Use the shortcut key Ctrl Shift p to open the command panel and enter "config" to enter locale.json (configuration display language)
Set "locale" to "locale":"zh-cn"
Finally:
Save, close the vscode editor, wait a few seconds for reconfiguration, and then restart the Chinese interface
The above is the detailed content of What should I do if setting vscode to Chinese fails?. For more information, please follow other related articles on the PHP Chinese website!