How do I change exception message to English in Visual Studio??
Hi all,
My OS is Window XP Chinese version. I installed Visual Studio English version. When I am debugging, the exception explanation message shown is in Chinese. For example, I get "试图除以零" instead of "attempt to divide by zero". This happens both in the IDE and the browers (when debugging ASP.NET). So how do I change the message back in English?
Thanks.