Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VScode - Python extension - Change default language

The Microsoft Python extension, for Visual Studio Code, chooses by itself at installation time which language it will use. I guess it chooses the language of the OS, which is French in my case. My VSCode installation is in English. Is it possible to install the extension in a different language ? I would like it to be in English.

like image 308
nikau6 Avatar asked Dec 21 '25 08:12

nikau6


1 Answers

I finally fixed the issue. Here's how to fix it :

  1. Open the "locale.json" file ( Command Palette > Configure Display Language ).
  2. Change "locale":"en" to "locale":"fr".
  3. RestartVSCode.
  4. Re-open the "locale.json" file. Change back your locale to English : "locale":"en".
  5. RestartVSCode.

Now the extension's commands ( in command palette ) should be in English!

like image 188
nikau6 Avatar answered Dec 23 '25 22:12

nikau6



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!