Welcome to Simon Philp's Blog

Podcast Kicks
Wednesday, February 21, 2007 12:04 PM

For anyone thinking about using 1 and 1 asp.net hosting it's worth noting that you will need to change the Culture Information to get days and months from German to English or your desired langauge.

To do this is quite straight forward and requires a quick amendment to your web.config Note that this will go in the <system.web> element.


<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="en-GB" uiCulture="en-GB"/>

 

For more information on ASP.NET Globalization and Localization

Filed Under [ ASP.NET | ]
Comments have been closed on this topic.