SkillAgentSearch skills...

GTradRestAPI

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

Install / Use

/learn @franck-gaspoz/GTradRestAPI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GTradRestAPI - Google Translate Rest API (Free)

C# .Net Framework 4.6.2 Visual Studio

<hr>

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; 
<hr>

:information_source: 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/

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5mo ago
Forks2

Languages

C#

Security Score

87/100

Audited on Oct 27, 2025

No findings