My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Provides a simple, unofficial, .NET Framework API for using Google Translate.

Now this project is a part of the Google APIs for .NET(http://code.google.com/p/google-api-for-dotnet/) which include more Google APIs such as Search API etc. I will never update here anymore. You can get the latest source code and released files at the Google APIs for .NET(http://code.google.com/p/google-api-for-dotnet/)

An updated CLS compatible version of Google Translated API has been released at the Google APIs for .NET(http://code.google.com/p/google-api-for-dotnet/).

Example:

    string text = "我喜欢跑步。";
    string translated = Translator.Translate(text, Language.Chinese_Simplified, Language.English);
    Console.WriteLine(translated);
    // I like running.

More results:

Arabic صور اداة ترجمة.
Bulgarian Google превежда инструмент.
Chinese Simplified Google翻译工具。
Chinese Traditional Google翻譯工具。
Croatian Google Translate tool.
Czech Google přeloží nástroje.
Danish Google oversætter værktøj.
Dutch Google vertalen tool.
English Google translate tool.
Finnish Google kääntää työkalu.
French Outil de traduction Google.
German Google Translate-Tool.
Greek Google μεταφράζει εργαλείο.
Hindi Google अनुवाद उपकरण है .
Italian Google Translate strumento.
Japanese Google翻訳ツールを使用します。
Korean 구글 번역 도구를합니다.
Norwegian Google Translate.
Polish Narzędzie Google tłumaczyć.
Portuguese Traduz Google ferramenta.
Romanian Google traduce instrument.
Russian Google переводит инструмент.
Spanish Traductor Google herramienta.
Swedish Google översätter verktyg.

Powered by Google Project Hosting