Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys, I have done an App. in C# Windows Application, that app. Supports Multi-languages. as Users can type there own languages in text box. In this App. i have Used Globalization Concept for that to Display Different Languages as per the users selection. In This Concept Only the Content Which is Given by the developed is Displayed, But i want the User to enter the text in TextBox as there Wish. Guys Kindly Help me to Solve this Issue.

Thank you.
Posted

1 solution

You need to use globalization and localization, with satellite assemblies. You can have localization highly automated, can even switch cultures and automatically change the language of the UI during runtime. I answered in detail in the past:
How to use a Single resx file for 3 languages[^],
globalization in winforms[^],
globalization/localization problem in winform .net[^].

—SA
 
Share this answer
 
Comments
Harrikanth 22-Aug-14 3:02am    
Is it Possible to use the application in Offline.
Sergey Alexandrovich Kryukov 22-Aug-14 11:12am    
What difference can it make on-line or off-line? Totally unrelated. I answered you question in detail.
Will you accept it formally (green "Accept" button)? In all cases, you follow-up questions will be welcome.
—SA

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