开发者

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 i开发者_StackOverflow社区s very problematic. For example, it would be useful to set English for debugging purposes.

How to solve the problem?

Thanks for any suggestion!


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜