"GoogleTranslate" (Service Connection)
Translate text using the Google Translate API.
Connecting & Authenticating
ServiceConnect["GoogleTranslate"] creates a connection to the Google Translate API.
Requests
ServiceExecute["GoogleTranslate","request",params] sends a request to the Google Translate API, using parameters params. The following give possible requests.
Translate text
"Translate" — retrieves the best translation of a given text
"Text" | (required) | text or list of texts to translate | |
"From" | None | source language | |
"To" | (required) | target language | |
"LanguageRules" | False | show source language(s) in result |