Divs
Divs

Reputation: 87

Using c# to call google translator

I have to write some C# code which will enable me to translate a text file saved on my computer, using Google Translator. I want to write code to do this, but i am not sure where to start. I am new to this topic, but I think i have to download Google Translator API, but I'm not sure where to download this from. Please help me with this problem.

Upvotes: 2

Views: 3197

Answers (2)

Shuhel Ahmed
Shuhel Ahmed

Reputation: 963

There is actually an open source project hosted on CodePlex named "Free language translator and file converter"

Here is the link: http://languagetranslator.codeplex.com/

This also use Google Translator service. As it is open source you can always see how it works. :-)

Upvotes: 4

Related Questions