Archive for December 23rd, 2008
Localisation – American Date’s and currencies in ASP.net
Handy web.config value to know – in Dot net if you find everything being americanised when you're not expecting it try this in your web.config under the system.web section -
<globalization culture="en-GB" />
you can obviously replace this with any of the other standard country codes.