Using c# to call google translator

冷暖自知 提交于 2019-12-12 21:47:20

问题


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.


回答1:


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. :-)




回答2:


Try this http://code.google.com/intl/en-US/apis/language/



来源:https://stackoverflow.com/questions/4679248/using-c-sharp-to-call-google-translator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!