Reputation: 87
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
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