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:
- Localisation – American Date’s and currencies in ASP.net
- Stop the “web.config” being inherited by child applications in sub folders
- Running vb.net alongside c# in a web app
- ASP.Net Role & Membership Providers (Under IIS7) – DOESN’T Work!
- MVC3/Webforms app using forms authentication – CSS & Images folder not accessible before login











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