Change language of Visual Studio 2017 RC

前端 未结 10 1801
情歌与酒
情歌与酒 2020-12-04 17:34

I have installed Visual Studio 2017 RC, and by default it set language to my system language (Polish) so I was trying to change it to EN but in Options > Environment > Inter

相关标签:
10条回答
  • 2020-12-04 17:35

    In RC2 (and most likely in the final release) you can switch language from inside Visual Studio and you can modify your setup to include other language packs.

    You can now add and remove multiple user interface languages at any time using the Visual Studio installer on the Language Pack tab. You can select the current user interface language among those installed using Tools > Options > International Settings. Source : https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#vside

    0 讨论(0)
  • 2020-12-04 17:37

    This should solve it:

    1. Open the Visual Studio Installer.
    2. Click on the Modify Button.
    3. Choose the Language Pack tab on top left.
    4. Check the language you need and click on the Modify Button at bottom right.
    0 讨论(0)
  • 2020-12-04 17:37

    I solved this just created label on desktop with option/parameter --locale en-US

    "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" --locale en-US

    0 讨论(0)
  • 2020-12-04 17:37

    I didn't find a complete answer here

    Firstly

    You should install your preferred language

    1. Open the Visual Studio Installer.
    2. In installed products click on plus Dropdown menu
    3. click edit
    4. then click on language packs
    5. choose you preferred language and finally click on install

    Secondly

    1. Go to Tools -> Options

      2.Select International Settings in Environment

      3.click on Menu and select you preferred language

      4.Click on Ok

      5.restart visual studio

    0 讨论(0)
  • 2020-12-04 17:38

    For having a language at Visual Studio Ui , basically the language package of that language must be installed during the installation.

    You can not select a language in options -> environment -> international settings that didn't installed.

    If the language that you want to select in above path is not appearing than you have to modify your visual studio by re-executing installer and selecting Language Packages tab and check your language that you want to have.

    And than at Visual Studio toolbar just click Tools --> Options --> Environment --> International Settings and than select your language from dropdown list.

    0 讨论(0)
  • 2020-12-04 17:39
    1. Go to Tools -> Options
    2. Select International Settings in Environment and on the right side of a screen you should see a combo with the list of installed language packages. (so in my case Czech, English and same as on MS Windows )
    3. Click on Ok

    You have to restart Visual Studio to see the change...

    If you are polish (and got polish language settings)

    1. Narzędzia -> Opcje
    2. Ustawienia międzynarodowe in Środowisko

    Hope this helps! Have a great time in Poland!

    0 讨论(0)
提交回复
热议问题