Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi My requirement is to convert english text into hindi text using the way like google Hindi Input.
Means I have Two textbox: English and Hindi. When i write in english its show me the possible 5 input in Hindi in a dropdown and when i select one of them its shows me in Hindi textbox.

Can Anyone Plz suggest me how to do this task??

Regards
Posted

1 solution

You have to use Google Transliteration API[^]

Trick To Use Google Indic Transliteration Service In C#, Java, PHP and Other Programming Languages[^]

Google Indic Transliteration – Cool application[^]

You have to access web address from your appliucation, the returned JSON will have the translated output/
 
Share this answer
 
v3
Comments
Maahi Sawarkar 27-Jun-12 8:12am    
I Know that i Have to Use Google Transliteration API. But is in Web Application and I want to use it in Windows Application and i didnt found for C# windows application.
osmo33 16-Feb-15 8:11am    
Please help me to use google API For translation of english to hindi font..
Farhan Ghumra 27-Jun-12 8:20am    
http://www.google.com/ime/transliteration/

this will install new languages in language bar, you can select and you will get transliteration
Farhan Ghumra 27-Jun-12 8:23am    
Check out, I have added one more link

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