I recently got a new workstation where I’m using Visual Studio 2008 Professional for mainly C# development. At my previous workstation all build errors were presented in english, which I strongly prefer. However, at this new workstation all build errors (and exceptions) are in my native language. I find this very annoying. Do anyone know how I can make all my build errors and exception be presented in english instead? Do I need to re-install the .NET framework for this to happen?
Thanx in advance!
You may be able to set the language of the IDE from the Options-Dialog, Environment -> International Settings. Though, English needs to be installed to do so…I haven’t seen an option to chooses different language settings in the setup of Visual Studio, so you may get a hold of an english copy and reinstall it.