Quick example of the current culture switch in the web.config of a dot net project.
<configuration>
<system.web>
<globalization fileEncoding=”utf-8″ requestEncoding=”utf-8″ responseEncoding=”utf-8″ culture=”en-GB” uiCulture=”en-GB”/>
</system.web>
</configuration>
Related posts:











#1 by Shawson on July 1, 2011 - 13:42
Thanks Past-Shaw! I had totally forgotten this!