Multiple Language (English, Dutch, Finnish, French, Hungarian, Bangla, Italian,) in ASP.NET with SQL
        Posted  
        
            by Nahid
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nahid
        
        
        
        Published on 2010-05-11T09:50:42Z
        Indexed on 
            2010/05/11
            9:54 UTC
        
        
        Read the original article
        Hit count: 378
        
I am developing a web Application in ASP.NET 3.5 with SQL Server 2008. I need Multiple Language such as English, Dutch, Finnish etc. I can do it by using System.Resources and System.Globalization. but I can't convert the Language which data come from database. How can I solve it ???
© Stack Overflow or respective owner