Quantcast
Channel: Multilanguage MVC 4 application - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Multilanguage MVC 4 application

$
0
0

I am creating a new application right now and I want to make all right at the start so I can grow with it in the future.

I have looked on several guides descibing how to make a multilanguage supported application, but I can't figure out witch one to use.

Some tutorials are old and I don't know if they are out of date.

http://www.codeproject.com/Articles/352583/Localization-in-ASP-NET-MVC-with-Griffin-MvcContrihttp://geekswithblogs.net/shaunxu/archive/2012/09/04/localization-in-asp.net-mvc-ndash-upgraded.aspxhttp://www.hanselman.com/blog/GlobalizationInternationalizationAndLocalizationInASPNETMVC3JavaScriptAndJQueryPart1.aspxhttp://www.chambaud.com/2013/02/27/localization-in-asp-net-mvc-4/https://github.com/turquoiseowl/i18n

I found that they are 2 ways of storing the language data, either in db or in resource files.What are the pro/cons? Is there another way that is prefered?

This is what I want:

  1. Easy to maintain (Add/Change/Remove)
  2. Full language support. (views, currency, time/date, jquery, annotations and so on..)
  3. Enable to change language.
  4. Auto detect language.
  5. Future safe.

What is the prefered way of doing this? got any good tutorial that is best practice for 2013?


Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images