I want to learn right approach in mvc3 localization approach. I do not want to use threads, user should select desired language and based on that value pages should be localized.
I’ve found this article but I want to implement localization with DRY principle.
Thanks everyone
You should have a look at this article from Scott Hanselman in which he provides an overview of globalization, internationalization, and localization.
You can also give a try to the i18n library on GitHub.