27

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.

Tim Schmelter
  • 450,073
  • 74
  • 686
  • 939
  • 3
    What language is your VS2010 upgrade? Was it bought as an english or german version? – Rob Jan 24 '11 at 10:54
  • 1
    It should be english, but i'm afraid that it's german. While installation i see that .Net Framework DEU gets installed. I think we had some communication problems in our IT. Isn't it possible to change it to EN even if it's installed as DE? – Tim Schmelter Jan 24 '11 at 10:57
  • 1
    Not as far as i know. As stated on on MS-website (http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=7ee0d8a7-32fb-407d-a010-da3a7d93fc2f) there are language packs available, but they only work on versions installed as english – Rob Jan 24 '11 at 10:59
  • 1
    Perhaps you could removing the entire installation including the .net framework. Then download an english installation of the .net4 framework, install it and after that install VS2010 and see what happens. Not sure if it will work, just an thought. – Rob Jan 24 '11 at 11:01
  • Maybe these 2 blogposts also help; http://blogs.msdn.com/b/astebner/archive/2006/03/24/560579.aspx and http://blogs.msdn.com/b/astebner/archive/2006/07/19/671825.aspx – Rob Jan 24 '11 at 11:05
  • uninstall all, re-install all: the good old Microsoft way of solving problems :) – Dercsár Jan 24 '11 at 11:10
  • I tried to change VS Language on my computer (hungarian windows, english VS) but nothing happened. (changed from English to "same as windows", which should be hungarian. An alert displays about the need to restart VS, but nothing changed after restarting.) – Dercsár Jan 24 '11 at 11:13
  • Most likely your upgrade package was german. This why your regional settings have changed along. – Dercsár Jan 24 '11 at 11:16
  • You found a solution to this? – Rob Jan 24 '11 at 13:12
  • @Rob: things may take longer, alone deistalling visual studio took 2 hours. Now its deinstalling .Net Framework4 extended, after this there are 4.0 client profile and de-language pack etc. to deinstall. I will give feedback. – Tim Schmelter Jan 24 '11 at 13:22
  • Even if it will work, it's so time consuming to deinstall vs 2010 inclusive all other components(Entity framework,MVC2,Framework,etc.) and install them later again, that i would appreciate an alternative very much. The deinstallation takes longer than the installation! – Tim Schmelter Jan 24 '11 at 13:52
  • I agree that it's a lot of work. I take it it isn't an option to return the wrong version to your IT-department? – Rob Jan 24 '11 at 14:35
  • @Rob: the question is if microsoft would still exchange this version to an english version and it seems that the answer is NO (what i've heard from IT). – Tim Schmelter Jan 24 '11 at 14:51
  • @Tim Hopefully a solution will be found then. Maybe you can make an image if the solution I provided works out. Could save you a lot of work. – Rob Jan 24 '11 at 15:56
  • @Rob: After i installed english framework and reinstalled Visual Studio 2010, i got the german version again with no chance to select english :( – Tim Schmelter Jan 24 '11 at 15:57
  • @Tim. Hmz...and how about the 2 links to the blogposts is gave you? – Rob Jan 24 '11 at 18:38

3 Answers3

36

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.

mrt181
  • 5,080
  • 8
  • 66
  • 86
  • 4
    Anyone tried this way? I've a similar problem with the Italian version – tanathos Jul 27 '11 at 07:32
  • Half-working: In English Win7, installed Visual Studio 2010 Japanese, then Visual C# Express 2010, changed the setting, and now I have a mixed-languages Visual Studio for C#. Some menus contain both Japanese and English. Better than nothing :-) – Nicolas Raoul Mar 28 '13 at 07:01
  • 1
    The link target is no longer available. – Twonky Jul 26 '17 at 10:42
1

You could try and do the following

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

Rob
  • 6,731
  • 12
  • 52
  • 90
  • 1
    As i've mentioned in the comments, this unfortunately dosn't work because the VS-Setup will install the german language pack for 4.0 framework. So i don't see any way to get Visual Studio to speak english with the german version. Vice versa it should be not problem(have the en-version and install de language pack). But i can't exchange this version anymore(wholesaler). – Tim Schmelter Jan 26 '11 at 09:06
0

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.

ankit
  • 1