views:

805

answers:

3

I'm currently working in another country, and my PC has a non english version of windows installed, I don't care about this, but I do care a lot when visual studio show error messages because they are also localized to the same language as windows.

Sometimes I spend a good time trying to find what it means, which is pretty boring...

is there any way to configure windows or visual studio to display the messages in english?

thanks!

+2  A: 

Under Tools/Options/International settings. I have an option to change the language from "Same as Microsoft Windows" to "English" (Visual Studio 2008 in case it makes any difference). If you don't have English in there then I'm not sure how you add more languages...


Edited to add:

Since you are talking about application exceptions you need to change the culture of the application you are dubugging, you can do that by following this or if it isn't an option to change the culture for the whole app this question has some ideas for only changing culture when exceptions are thrown.

Martin Harris
I did this, nothing changed...
Are you referring to error messages that Visual Studio itself uses, or exceptions thrown by an application you are debugging? If it is in your application then exceptions will be thrown in the culture that the application is in, not Visual Studio.
Martin Harris
yes, application exceptions when debugging...
+2  A: 

Deinstall the .NET Framework xxx Language Pack. (xxx = boring message language)

krossner
+1  A: 

Sorry I can't comment so I write an answer...

I too have the same problem: Windows in French, VS.Net in English. I have nothing that could look like ".NET Framework xxx Language Pack" in the Install/Uninstall window.