Home  >  Article  >  Development Tools  >  vscode failed to set Chinese

vscode failed to set Chinese

王林
王林Original
2020-02-13 16:05:044259browse

vscode failed to set Chinese

Problem:

Setting "locale":"zh-cn" in the locale.json interface failed to make the interface Chinese.

Solution:

1. Download the plug-in: Chinese (Simplified) Language Pack for Visual Studio Code

vscode failed to set Chinese

##In Chinese (Simplified) Click Reload in the Language Pack for Visual Studio Code interface

2. 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"

vscode failed to set Chinese

3. Restart vscode.

Related recommendations:

vscode tutorial

The above is the detailed content of vscode failed to 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