Click here to Skip to main content
15,895,787 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi All,

I developed one Web Application in C#.Net (.aspx) pages.. which collects the Information from the users and save it into the database.

Now in front end while typing value in english simultaneously i want to translate the
that into Hindi language in another text box.

How can i do this..

Please help me to come out of this..

Thnaks & Regards
Nikunj Chheda
Posted
Updated 21-Jun-11 20:06pm
v2
Comments
Ankur\m/ 22-Jun-11 2:11am    
If you are open to using APIs, you may check out for Google Translate API.

Translate or Transliterate?

Google has APIs for both, sadly both are deprecated.
http://code.google.com/apis/language/transliterate/overview.html[^]
http://code.google.com/apis/language/translate/overview.html[^]

If you mean translation, google encourages use of http://www.google.com/webelements/#!/translate[^]
 
Share this answer
 
 
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