Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MS VS 2010: change language settings from de to en

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 english if that matters).

I tried to change it via Extras/Options/Environment/International Settings to "Same as Microsoft Windows"(what is english) and restarted IDE (and system) but the change was not applied at all. There are only two options: german and same as windows.

Facts:

  • MS Visual Studio 2010 professional(upgrade from 2005 Professional) german
  • OS is Windows XP(english)
  • german is default input language(control-panel/regional.../languages/details), changed but without any effect

Did i miss something in the setup of the installation or do i have to install a language-pack?


Edit: i have tried Rob's suggestion to deinstall Visual Studio and all of its components, install the english .net 4.0 framework and reinstall Visual Studio, but unfortunately without the desired result. It is german again with no chance to switch to english. The installation routine seems to overwrite the framework and replaces it with the DEU-languagepack.

Is it really impossible to change the IDE language-settings without installing an english version first? Is it at least possible to get english error-messages from the framework?

By the way, am i the only person that wonders why i need an english version first to be able to switch languages? Why should i then order any other language than EN at all?

Thank you in advance.

like image 746
Tim Schmelter Avatar asked Jan 24 '11 10:01

Tim Schmelter


People also ask

How do I change Visual Studio language from German to English?

You can change the menu language in the Visual Studio options. 1. Select the Options command in the Tools menu and Environment > International Settings in the options dialog which then opens. The Language area displays the languages (in this case German, English).

How do I change the language on vs studio?

Modify language packsChoose the Language packs tab in the Visual Studio Installer. Select the language you prefer.

How do I change the language on Visual Studio 2010 Ultimate Italian to English?

VS2010 do not have a English language package. This means if you want to have English version, you should download a new English VS2010 ISO, reinstall current version and install new English version.


2 Answers

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.

like image 134
mrt181 Avatar answered Oct 23 '22 04:10

mrt181


You could try and do the following

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

like image 1
Rob Avatar answered Oct 23 '22 06:10

Rob