Solution to the problem that vscode does not display after configuring Chinese:
The newly installed vscode interface displays English. How to set Chinese?
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!
First:
Download the plug-in: Chinese (Simplified) Language Pack for Visual Studio Code (the direct download and installation is now effective)
Second:
Use the shortcut key Ctrl Shift p to open the command panel and enter "config" to enter locale.json (configuration display language)
Change "locale "Set to "locale":"zh-cn"
VSCode Tutorial"
##
The above is the detailed content of What to do if vscode does not display after configuring Chinese?. For more information, please follow other related articles on the PHP Chinese website!