"GoogleTranslate" (Service Connection)
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 |
Examples
Basic Examples (1)Summary of the most common use cases
Copy to clipboard.
In[1]:=1

✖
https://wolfram.com/xid/0d0z1ncgtz7qgr4lt743yf7y339q-zxjths
Direct link to example
Out[1]=1

Copy to clipboard.
In[2]:=2

✖
https://wolfram.com/xid/0d0z1ncgtz7qgr4lt743yf7y339q-o949fj
Direct link to example
Out[2]=2

Copy to clipboard.
In[3]:=3

✖
https://wolfram.com/xid/0d0z1ncgtz7qgr4lt743yf7y339q-updrp1
Direct link to example
Out[3]=3

Copy to clipboard.
In[4]:=4

✖
https://wolfram.com/xid/0d0z1ncgtz7qgr4lt743yf7y339q-xwjwyf
Direct link to example
Out[4]=4

Copy to clipboard.
In[5]:=5

✖
https://wolfram.com/xid/0d0z1ncgtz7qgr4lt743yf7y339q-pwzbmq
Direct link to example
Out[5]=5
