Localized mvc3 application

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

+4
source share
1 answer

You should take a look at this article from Scott Hanselmann , in which he gives an overview of globalization, internationalization, and localization.

You can also try the i18n library on GitHub.

+1
source

Source: https://habr.com/ru/post/1442718/


All Articles