Home > Article > Development Tools > How to modify the language in vscode
Vscode is an open source cross-platform editor. By default, the language used by vscode is English (us), but we often need to set the locale of vscode to Chinese for the convenience of using pseudo-classes. Let's take a look at how to modify the language in vscode.
Steps to change the vscode language to Chinese:
1) Open the vscode tool;
2) Use the shortcut key combination [Ctrl Shift p] , enter "configure display language" in the search box, and click OK;
3) Modify the attribute "locale" under the locale.json file to "zh-CN";
4) Restart the vscode tool;
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of How to modify the language in vscode. For more information, please follow other related articles on the PHP Chinese website!