Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change UI language in Visual Studio Code?

How to change UI language in Visual Studio Code (1.0 released April 2016)?

Chinese

like image 300
Paul Verest Avatar asked Apr 26 '16 14:04

Paul Verest


People also ask

How do I change the interface language in Visual Studio 2019?

The standard way On the tab Installed, click button Modify next to the version of Visual Studio you need the English language pack for: In the next window, select Language packs tab, tick the English language and then accept changes by clicking Modify button (right bottom corner).

Can you make UI in Visual Studio Code?

We're so excited to announce the public preview of the Webview UI Toolkit for Visual Studio Code. With this toolkit, extensions developers can quickly and easily create webview-based extensions in Visual Studio Code that look, feel, and act like the editor itself.

How do I open the UI code in Visual Studio?

The most important key combination to know is Ctrl+Shift+P, which brings up the Command Palette. From here, you have access to all of the functionality of VS Code, including keyboard shortcuts for the most common operations.


1 Answers

  • Open VSCode
  • Press F1 and type 'language'
  • Choose "Configure language" in the menu
  • Change the 'locale' value. See 'here' for available languages.

    Example: "locale":"en-US"

  • Save
  • Restart vscode
like image 137
Eric Bole-Feysot Avatar answered Sep 29 '22 01:09

Eric Bole-Feysot