Skip to content

Commit aa74fdc

Browse files
authored
Add info to change installer UI language
The installer itself can have its UI language changed after the fact.
1 parent 67e3c87 commit aa74fdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/install/install-visual-studio.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ To install Visual Studio 2017 RC in a language of your choosing, click the **Lan
9393

9494
> [!IMPORTANT]
9595
> While Visual Studio 2017 RC in general is supported for use in a production environment, those workloads and components that are marked "Preview" in the installation UI are not supported for use in a production environment.
96+
97+
## Changing the installer Language
98+
99+
By default, the installer program tries to match the language of the operating system when run for the first time. The installer will remember this setting. The setting can later be chagned by running the installer from the command line. For example, the user can force the installer to run in Englishby running **vs_installer.exe --locale en-US"**. This setting will then be remembered when the installer is run the next time.
100+
The installer supports the following language tokens: zh-CN, zh-TW, cs-CZ, en-US, fr-FR, de-DE, it-IT, ja-JP, ko-KR, pl-PL, pt-BR, ru-RU, es-ES, and tr-TR.
96101

97102
## See Also
98103
* [Modify Visual Studio 2017 RC](modify-visual-studio.md)

0 commit comments

Comments
 (0)