Click here to Skip to main content
15,891,895 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
sir/madam
i have a richtextbox and combobox in my form. the richtext box contain some data and combobox has following items like
english
hindi
gujrati
marathi
urdu
so i want whenever user select any of these language then whole data of richtextbox convert into that language which is user selected. i m try in google api but i want in without internet connection.. because all user hasn't internet connection due to some reasons.. plz help me out as possible as ..... its really urgent .....
Posted
Comments
Andy411 20-Nov-12 6:37am    
Do I understand it right: By changing the language in the combobox, the text _in_ the RTF textbox should automatically be translated? So you want to translate individual text given by the user?
Mohammad Nawaz 20-Nov-12 23:24pm    
yes i want whenever user select from the combobox then the whole text of rtf will be change with that selection of language
for example
data in rtf is
my name is mohammad nawaz
i am selecting hindi from combobox items
then the rtf should display like
मेरा नाम नवाज़ है
Andy411 21-Nov-12 1:50am    
Then you have to develop a translator software. Good luck!

BTW: For me, "localization" or "globalizaiton" means switching the language/culture of the user interface.
Mohammad Nawaz 21-Nov-12 4:25am    
any idea about sir howz iz it possibble......
Andy411 21-Nov-12 8:12am    
Well, that would be too much for a comment. Just some hints/thoughts: It is not only a simple dicitonary. In different languages words can have many meanings. e.g German word "vor": "vor 12 Uhr" means "before 12 o'clock"; vor == before
"Ich stehe vor der Tür" means "I'm standing in front of the door"; vor == in front of
You also have to take care of different conjugations and so on.
It's quite complex..

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