I developing ASP.NET application using a Swedish version of Windows XP and Visual studio Professional. When ever i get an error aka. ‘yellow screen of death’ the error message is in swedish, making it a bit hard to search for info about it.
How can i change what language the error messages in ASP.NET uses?
I have no language pack installed for the .net framework. I am however running an english windows xp with a swedish language interface pack on it.
I also have this in my web.config:
<system.web> <globalization uiCulture='en-US' /> </system.web>
Aren’t the error messages dependent on the installed .NET Framework? I.e. you could just uninstall the Swedish language pack for .NET. On the production server, you’ll most likely have an English-only Framework anyway.