Click here to Skip to main content
15,885,920 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hello everyone,

Recently i made a project in asp.net in my company for English to Gujarati converter translator, like where users type in English and it gets converted translator [my idiosyncrasy to such term misuse will soon blow me! :-) — SA] into Gujarati so that during submission of the text Gujarati is directly inserted into SQL server database.

Now but the problem is that there are lots of data which are already in English and i need to translate it in Gujarati as Google translator..

I need some help to make Google translator in asp.net, so that i will take text directly from sql database and translate it in Gujarati directly and update that text.

I have thought of one solution of inserting one master of storing each and every word into the database and storing its Gujarati translated text in sql database, but it would be a large content.

So, please help me giving some API tool like Google translator or making such of mine own.


Please help me out,

Thanks & Regards,
Krunal Panchal
Posted
Updated 30-Mar-11 6:49am
v2

1 solution

Maybe Google Translation API[^] will help.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 30-Mar-11 12:50pm    
Did you try to translate between English and Gujarati? I'm just curious: is it acceptable?
--SA
HimanshuJoshi 30-Mar-11 12:53pm    
Yeah, The translation is at acceptable level.
Sergey Alexandrovich Kryukov 30-Mar-11 16:48pm    
Well, thank you for the answer. Interesting. In my culture, a qualify of translation is a permanent source of jokes. Not even close to having somewhat acceptable Quality. But this is probably because Russian is enormously complicated language.

Thank you again.
--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