I want to find out the right approach in mvc3 localization approach. I do not want to use streams, the user must select the desired language and based on this value the pages should be localized.
I found this article , but I want to implement localization using the DRY principle.
Thank you all
source share