4

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

4

1 回答 1

1

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.

于 2012-10-29T11:16:32.283 回答