Home  >  Article  >  Development Tools  >  What should I do if vscode cannot set Chinese?

What should I do if vscode cannot set Chinese?

藏色散人
藏色散人Original
2020-03-31 10:10:055547browse

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)

What should I do if vscode cannot set Chinese?

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"

What should I do if vscode cannot set Chinese?

##Finally:

Save Close the vscode editor. Wait a few seconds for reconfiguration. Restart to display the Chinese interface

The 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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How vscode uses gitflowNext article:How vscode uses gitflow