Note that there are some explanatory texts on larger screens.

plurals
  1. POMultilanguage MVC 4 application
    primarykey
    data
    text
    <p>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.</p> <p>I have looked on several guides descibing how to make a multilanguage supported application, but I can't figure out witch one to use.</p> <p>Some tutorials are old and I don't know if they are out of date.</p> <p><a href="http://www.codeproject.com/Articles/352583/Localization-in-ASP-NET-MVC-with-Griffin-MvcContri" rel="noreferrer">http://www.codeproject.com/Articles/352583/Localization-in-ASP-NET-MVC-with-Griffin-MvcContri</a> <a href="http://geekswithblogs.net/shaunxu/archive/2012/09/04/localization-in-asp.net-mvc-ndash-upgraded.aspx" rel="noreferrer">http://geekswithblogs.net/shaunxu/archive/2012/09/04/localization-in-asp.net-mvc-ndash-upgraded.aspx</a> <a href="http://www.hanselman.com/blog/GlobalizationInternationalizationAndLocalizationInASPNETMVC3JavaScriptAndJQueryPart1.aspx" rel="noreferrer">http://www.hanselman.com/blog/GlobalizationInternationalizationAndLocalizationInASPNETMVC3JavaScriptAndJQueryPart1.aspx</a> <a href="http://www.chambaud.com/2013/02/27/localization-in-asp-net-mvc-4/" rel="noreferrer">http://www.chambaud.com/2013/02/27/localization-in-asp-net-mvc-4/</a> <a href="https://github.com/turquoiseowl/i18n" rel="noreferrer">https://github.com/turquoiseowl/i18n</a></p> <p>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?</p> <p><strong>This is what I want:</strong></p> <ol> <li>Easy to maintain (Add/Change/Remove)</li> <li>Full language support. (views, currency, time/date, jquery, annotations and so on..)</li> <li>Enable to change language.</li> <li>Auto detect language.</li> <li>Future safe.</li> </ol> <p>What is the prefered way of doing this? got any good tutorial that is best practice for 2013?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload