Skip to content

How to install VS Code Language Pack extension

Daniel Ye edited this page Feb 22, 2018 · 3 revisions

Install Visual Studio Code and Language Pack

Install Visual Studio Code version 1.20 or higher from https://code.visualstudio.com/

Search and install language pack in extension manager.

  1. Launch extension manager by clicking menu View->Extensions. See more information of extension installation in docs.

    vscode extension

  2. Search language pack English name. Click install button.

    vscode extension install

  3. Press Ctrl+Shift+P to bring up the Command Palette then start typing "config" to filter and display the Configure Language command. Change UI language setting in locale.json and save the file. See more information of Display Language in docs. vscode extension install

  4. Restart VS Code and enjoy coding in a native language environment you are familiar with.