Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
/ GTradRestAPI Public archive

Google Translate Rest API (Free) C# .Net Framework 4.6.2

License

Notifications You must be signed in to change notification settings

franck-gaspoz/GTradRestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTradRestAPI - Google Translate Rest API (Free)

C# .Net Framework 4.6.2 Visual Studio


a C# library that deals with Google Translate REST API. Offers google translate service operations from a C# software

GCl = new GTradRestAPIClient();
// source language, target language, text to be translated
var r = GCl.TranslateAsync(Languages.en, Languages.fr, "text to be translated");
// translated text
var res = r.Result; 

ℹ️ Developments are stopped in this repository

To go further, please read informations at : http://franckgaspoz.fr/en/use-google-translate-for-free-on-the-command-line/

Releases

No releases published

Packages

No packages published

Languages