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: 349
        
ASP.NET MVC, resource management is look like enough for application multlingual multiculture support.
But I am wondering practices about data.
User stories;
- User set culture as en-US and see all product items in English.
- User set culture as fr-FR and see all product items in French.
- User set culture as ru-RU and see all product items in Russian.
- 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