-2

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.

Mujadid
  • 76
  • 1
  • 6
  • 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 Answers1

2

On the asp.net site there is a complete chapter on internationalization, read it.

http://www.asp.net/mvc/overview/internationalization

Erwin
  • 3,060
  • 26
  • 24