From 858069a6802995f2bd8aa886080a991646e010af Mon Sep 17 00:00:00 2001 From: Daniel Ye Date: Thu, 22 Feb 2018 15:06:57 -0800 Subject: [PATCH] Revise --- How-to-install-VS-Code-Language-Pack-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-install-VS-Code-Language-Pack-extension.md b/How-to-install-VS-Code-Language-Pack-extension.md index 4692f69..433bd46 100644 --- a/How-to-install-VS-Code-Language-Pack-extension.md +++ b/How-to-install-VS-Code-Language-Pack-extension.md @@ -4,7 +4,7 @@ 1. Launch extension manager by clicking menu View->Extensions. See more information of [extension installation](https://code.visualstudio.com/docs/editor/extension-gallery) in docs. ![vscode extension](https://github.com/Microsoft/vscode-loc/blob/master/media/vscode_extension_manager.PNG) -2. Search English language pack name. Click install button. +2. Search language pack English name. Click install button. ![vscode extension install](https://github.com/Microsoft/vscode-loc/blob/master/media/vscode_install_languagepack.PNG) 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](https://code.visualstudio.com/docs/getstarted/locales) in docs.