Archive for February 5th, 2010


Globalization in web.config

Technorati Tags: MVC,Globalization,ASP.NET
Headline: Putting the following code in the web config (at least for an ASP.NET MVC app) will cause your pages to honor the user’s browser settings.

Code Snippet

  <!–If culture and uiCulture are set to auto, ASP.NET can set the UI culture and culture for a Web page automatically, based on the values that are [...]