French language support in aspx page
-
I m building a aspx (c#) web application. It requires support to french language.... So that the user can just click the option and the messages, Label text, button text font changes from english to french. Any Article, link url, sample project in C# ASP.net...... Please give suggestion regarding this.... Thanx in advance.....
-
I m building a aspx (c#) web application. It requires support to french language.... So that the user can just click the option and the messages, Label text, button text font changes from english to french. Any Article, link url, sample project in C# ASP.net...... Please give suggestion regarding this.... Thanx in advance.....
You have to make every string in your program read from string tables, and set up string tables for different languages.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.