I have built a complete website in mvc4. Now I have to make it localize to two langauages English and Norwegian language. Please Guide me how can I achieve it with minimum effort.
Asked
Active
Viewed 9,329 times
-2
-
You can easily do what you want using the ResourceFiles + LocalizationRoute + LocalizationAttribute GlobalFilter approach [described in this guide][1]. [1]: http://www.ryadel.com/en/setup-a-multi-language-website-using-asp-net-mvc/ – Darkseal Aug 03 '15 at 21:13
1 Answers
2
On the asp.net site there is a complete chapter on internationalization, read it.

Erwin
- 3,060
- 26
- 24