Home>Article>Development Tools> Why can't vscode be changed to Chinese?
Setting "locale":"zh-cn" in the locale.json interface failed to make the interface Chinese because we did not install the Chinese plug-in.
Solution:
Download the plug-in: Chinese (Simplified) Language Pack for Visual Studio Code
Use the shortcut key Ctrl Shift p Open the command panel and enter "config" to enter locale.json (configuration display language)
Set "locale" to "locale":"zh-cn"
Recommended learning:vscode tutorial
The above is the detailed content of Why can't vscode be changed to Chinese?. For more information, please follow other related articles on the PHP Chinese website!