ASP.NET MVC Action Filter for Localized Sites

This post details an ASP.NET MVC Action Filter to assist with localized site development. If you've got or want a site which supports multiple cultures using ASP.NET MVC localization you need to be familiar with setting CultureInfo values for the current thread and UI. The .NET Framework uses this info to do a few key things. First, if you're using resource files the framework knows which to pick up because the resource file name specifies the culture. Secondly the culture is used as a formatter argument for various methods such as ToString().. [More]
Bookmark and Share