Monday, October 4, 2010

Specifying default ISO

By default, ISO setting in web.config is empty. This default the region formatting such as date to be American. E.g. instead of 30/12/2010, it becomes 12/30/2010.

The line of config in web.config to specify this ISO code is

<setting name="DefaultRegionalIsoCode" value="en-AU"/>