Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
Franck Gaspoz edited this page Feb 2, 2018 · 8 revisions

Welcome to the GTradRestAPI wiki!

Use Google Translate Rest API Free to free translate any text using Google translate from your C# software

The official Google Translate API is available for companies by paying a license fee... But it is possible to call the Translate.googleapis.com secret API which is used internally by Google Translate's Chrome extension!

This program is Free and Open Source. Developed with .NET Framework 4.6.2, C# and VS 2015. First release Feb 2018

command line usage:

type GTradRestAPI.exe to get help:

Goggle Trad Rest API 1.0.0.0
(c) 2018 Franck Gaspoz http://franckgaspoz.fr

command line syntax:
 source_langid target_langid text [-q]
    source_langid : original text lang id
    target_langid : translated text lang id
    -q : turn off all outputs excepting errors
or
    -list : dump list of languagaes ids & names

examples:

exemples dos console

how to get it ?

  • Clone the GIT repository to your computer
  • copy /bin/debug/GTradRestAPI.exe and /bin/debug/GTradRestAPI.exe.config to your binaries dos folder or anywhere you want, and use the command line tool from shell console
  • or open GTradRestAPI.csproj in Visual Studio (2015 and above) and edit/compile it