Example
The following formula translates the text in cell A1
from English to German using the Google Translate API.
=Windy.Google.Translate(A1,"de","en")
Parameters
text
- The text to translate. The text can either come from a cell reference or be entered manually (e.g. "Example sentence to translate")targetLanguage
- The code for the language to translate into. Required parameter.sourceLanguage
- The code for the language to translate from. Optional parameter. If not provided, the server will try to detect the source language.