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