Click here to Skip to main content
16,015,970 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Here is my code to convert hello text into the hindi text characters

Response.Write(Google.API.Translate.Translator.Translate("hello", Language.English, Language.Hindi));


I am using Google API right now.

Please suggest me the right solution for that.

Thanks in advance.
Posted

1 solution

Google API is about the only solution that exists, AFAIK. So what is your question ?
 
Share this answer
 
Comments
Akram Ahmed 7-Jul-15 4:49am    
I Want to translate text "Enter your name" into "अपना नाम दर्ज करें" and some sentence which we can translate with https://translate.google.co.in/

by C#.. please help me out of this or suggest a best way to achieve it.

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