How can I changle language of build errors in VS 2008? -


I recently got a new workstation where I'm mainly using Visual Studio 2008 Professional for C # development . All the errors on my previous workstation were presented in English, which I like though, on this new workstation, errors (and exceptions) are created in my native language. I find it very annoying. Does anyone know that I How can I make all the errors and instead an exception can be presented in English? Do I need to reinstall the .NET framework to do this?

Thanx in advance!

You may be able to set the language of the IDE from Options - Dialog, Environment -> International Settings . However, to do this, English is required to be installed ... I have not seen any option to choose different language settings in the setup of Visual Studio, so that you can hold an English copy and restore it.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -