Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable localization of errors in Visual Studio?

I use Visual Studio 2008 and it really makes me crazy how it shows error messages (in Error List window, Output window - especially exceptions) partially in English and partially in my native language. Interestingly, it is worse in WPF than in WinForms project. I've read here that it is about Culture of the running thread (so that the problem is in a settings for .NET).

Why am I solving it? It's simple because if I run into an error message and I don't know what it exactly mean or how to fix the problem then trying to google the problem in any other language than in English is very problematic. For example, it would be useful to set English for debugging purposes.

How to solve the problem?

Thanks for any suggestion!

like image 648
Martin Vseticka Avatar asked Apr 02 '10 16:04

Martin Vseticka


2 Answers

Have you checked what your VS language settings are & compiler messages are controlled by your OS language settings & what language packs you have installed for the .Net framework...

See this link for some more information.

like image 110
Kevin LaBranche Avatar answered Nov 17 '22 17:11

Kevin LaBranche


http://finderr.net/search -- Not entirely an answer but it really helped me a lot.

like image 5
Martin Vseticka Avatar answered Nov 17 '22 16:11

Martin Vseticka