Multilingual best practices on SQL Server, EF and MVC combinations

Posted by dengereli on Stack Overflow See other posts from Stack Overflow or by dengereli
Published on 2010-12-31T13:10:15Z Indexed on 2010/12/31 13:54 UTC
Read the original article Hit count: 278

ASP.NET MVC, resource management is look like enough for application multlingual multiculture support.

But I am wondering practices about data.

User stories;

  1. User set culture as en-US and see all product items in English.
  2. User set culture as fr-FR and see all product items in French.
  3. User set culture as ru-RU and see all product items in Russian.
  4. User doesn't have right change culture settings and application never reach multilingual resources, it will use default language and culture.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql-server