Click here to Skip to main content
15,924,193 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want a drop down of different languages by which if user select any language in my ajax control toolkit editor text will be typed in selected language.
please help me its so urgent..
Posted

1 solution

I beleive that you are going to have to do that manually. The language capability that MS provides is not flexible enough to do this. What I would do is have a class that has all the language dependent properties, have an instance of the class for each language, and just select the class for the selected language, basically a state design pattern. Then when the class set, have to initialize all the ui elements. I am a WPF developer, and so would use binding, which makes is easy. Probably can use MVC to make it easy in ASP.NET.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900