Home > Article > Development Tools > What should I do if vscode cannot set Chinese?
#What should I do if vscode cannot set Chinese?
vscode sets Chinese, the problem of setting Chinese is unsuccessful
The newly installed vscode interface displays English, how to set Chinese?
Recommended learning: vscode tutorial
Setting "locale":"zh-cn" in the locale.json interface also failed to make the interface Chinese. I found it online. For reference, the following tutorial is effective in real testing!
First:
Download the plug-in: Chinese (Simplified) Language Pack for Visual Studio Code (the direct download and installation is now effective)
Click Reload in the Chinese (Simplified) Language Pack for Visual Studio Code interface
Secondly:
Use the shortcut key to open the command panel in Ctrl Shift p and enter "config" to enter locale .json (Configure display language)
Set "locale" to "locale":"zh-cn"
##Finally:Save Close the vscode editor. Wait a few seconds for reconfiguration. Restart to display the Chinese interfaceThe above is the detailed content of What should I do if vscode cannot set Chinese?. For more information, please follow other related articles on the PHP Chinese website!