简体   繁体   中英

How to change Python extension locale in VSCode?

I can't figure out how to install the Python extension in VSCode in another language, specifically - I want it to be in English, but instead it is being installed in the language of my operating system, which is Russian.

How can I install the Python extension in another language, or change the language to English?

The VSCode installation is in English. My OS is Windows 7.

I've tried googling it, no luck.

~~~ My "locale.json" config:

"locale":"en" // Changes will not take effect until VS Code has been 

Ok, solved it.

Apparently the solution was to delete the "en" from "locale.json", type it back in.. restart VSCode.. And now the Python extension is in English. "Truly" great design, Microsoft.

In detail the whole procedure is:

1 - Open VSCode

2 - press Ctrl+Shift+P

3 - type Configure Display Language -> hit Enter

4 - Delete the current locale("en" in my case), type the desired locale in

5 - Save the file

6 - Exit and re-open VSCode

7 - Enjoy the fixed language of the extension.

按照你的指示,在我的“locale.json”配置中,以下值适用于我:

"locale":"en-US" // Changes will not take effect until VS Code has been restarted.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM