Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
1.60/5 (3 votes)
Hi.
I want to develop a Language Translator, I heard about Google Translation API but looks like it's not free anymore.
Do you know what can I do or where can I found something to achieve this?
Thanks and Regards
Posted
Comments
Sergey Alexandrovich Kryukov 21-Mar-12 11:56am    
This is not called that you want to develop a language translator, that is using available translator somewhere.
--SA

Here's one you can have a look into.. I just published it

Language Translator using Google Translate[^]

Thanks,
 
Share this answer
 
Yes, according to this:
http://code.google.com/apis/language/translate/overview.html[^].

What to do? I know a couple of possibilities.

First, look at Microsoft Translator API:
http://www.microsofttranslator.com/dev/[^].

Also, if you really want it, you can still use Google translate or Bing Translator as Web applications:
http://translate.google.com/[^],
http://www.microsofttranslator.com/[^].

How to use them in your program? By the techniques of Web scraping. Please see:
http://en.wikipedia.org/wiki/Web_scraping[^].

How to do in with .NET and C#? Please see my past answer:
get specific data from web page[^],
and also this one:
How to get the data from another site[^].

—SA
 
Share this answer
 
v3
Comments
EddyGuzman 9-Apr-12 13:53pm    
Sorry for the late in mark this as answer, but I was full of work. Thanks
Sergey Alexandrovich Kryukov 9-Apr-12 14:46pm    
No problem at all. You are very welcome.
Good luck, call 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