Home > Development Tools > VSCode > body text

What to do if vscode does not display after configuring Chinese?

hzc
Release: 2020-06-06 14:19:04
Original
4144 people have browsed it

What to do if vscode does not display after configuring Chinese?

Solution to the problem that vscode does not display after configuring Chinese:

The newly installed vscode interface displays English. How to set Chinese?

Setting "locale":"zh-cn" in the locale.json interface also failed to make the interface Chinese. I found a reference on the Internet. The following tutorial is effective in real tests!

First:

Download the plug-in: Chinese (Simplified) Language Pack for Visual Studio Code (the direct download and installation is now effective)

What to do if vscode does not display after configuring Chinese?

Second:

Use the shortcut key Ctrl Shift p to open the command panel and enter "config" to enter locale.json (configuration display language)

Change "locale "Set to "locale":"zh-cn"

What to do if vscode does not display after configuring Chinese?

##Finally:

Save Close the vscode editor and wait a few seconds to restart After configuration, restart and you will see the Chinese interface

Recommended tutorial: "

VSCode Tutorial"


##

The above is the detailed content of What to do if vscode does not display after configuring Chinese?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!