MS VS 2010: change language settings from de to en

前端 未结 3 1685
执笔经年
执笔经年 2020-12-08 15:01

recently i have installed MS Visual Studio 2010 Professional as an upgrade from 2005. I wanted to use the english version but after installation it\'s german(2005 was englis

相关标签:
3条回答
  • 2020-12-08 15:08

    You could try and do the following

    • Try to remove the VS2010 installation and the .NET framework installation. Then download the english version here. Install the English .NET framework and then install VS2010.

    • If that doesn't work then maybe the two blogposts below will help. There are tricks with startup parameters to be able to use a certain language.

      Blog 1 about how to use the LCID parameter

      Blog 2 with a list of available language codes

    Two other interresting blog posts from the same writer can be found here and here.

    0 讨论(0)
  • 2020-12-08 15:17

    It's possible.

    Install your version (German). Once the installation is finished you can install the English trial version: Microsoft Visual Studio 2010 Professional Trial - Web Installer

    Once the trial installation is finished you are able to switch languages in

    Tools -> Options... -> Environment -> International Settings
    

    You can even uninstall the german version through appwiz.cpl. Look for Visual Studio components with de or DEU endings.

    It seems that the license is language independent.

    0 讨论(0)
  • 2020-12-08 15:25

    Install the English language pack over it and then open the file location where you have installed the visual studio and delete the Microsoft Visual Studio 2010 Ultimate - DE folder leaving only Microsoft Visual Studio 2010 Ultimate - ENU folder.

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