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.
Related posts:










