Implementing Multilingual web site using ASP.Net

Posted by Abdel Olakara on Stack Overflow See other posts from Stack Overflow or by Abdel Olakara
Published on 2010-05-08T08:21:55Z Indexed on 2010/05/08 8:28 UTC
Read the original article Hit count: 284

Hi all,

I am implementing an multilingual web site using ASP.Net. The languages are English,French and Arabic. Please note that Arabic's direction is RTL. What is the best way to implement the multilingual support. I am planning to use the .Net localization feature but the website texts are stored in DB. For the controls ( form controls) , I can used resx file. Do I need to build two different pages ( one for LTR and another for RTL )? Or can I have one ASPx file for all the three languages?

I would like to hear some best practices in implementing these kind of web applications.

Thanks in advance,
Abdel Olakara

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about ASP.NET