VSCode can switch the prompt language to Chinese: Open the settings interface and search for the "Language" setting; select "Chinese" as the UI language; restart VSCode to make the change take effect.
How to switch the VSCode prompt language to Chinese
VSCode, as a popular code editor, provides Multiple languages supported, including Chinese. To switch the prompt language to Chinese, you can follow the steps below:
Ctrl
,
key (Cmd
,
key for macOS) to open the settings interface, or select "File" -> "Preferences" -> "Settings" from the menu bar. After the setting is completed, VSCode’s prompts, menus and other user interfaces will be displayed in Chinese.
Note:
If the VSCode prompt is still displayed in English, you can try the following solutions:
Clear the VSCode cache: close VSCode, and then open it in the file explorer The following directories:
%AppData%\Code\User Data
~/Library/Application Support/Code/User Data
locale.json
file and restart VSCode. The above is the detailed content of How to set vscode prompts to Chinese. For more information, please follow other related articles on the PHP Chinese website!