Google Translate
Translation using the Google Translate service
Google Translate module adds integration with Google Translate service to your application and is intended for automated text translation.
Business processes
Google Translate: Translate
Input
text (text) - source text for translation.
source_lang (ENUM) - language of the source text.
target_lang (ENUM) - target language for translation
is_html (boolean) - a mark that the input source text is html formatted.
Output
text (text) - translated text
Settings
Project ID
-
Your project ID on Google Cloud Platform.
Service Account File
-
Service account private key JSON file of your Google Cloud project
Use Google Cloud Console to get the Project ID. Manual for obtaining and setting up the Project ID is available at this link.
Manual for obtaining Service Account File is available at this link. According to security policy, Google does not store your private key so you can not redownload your JSON file. You will have to create a new key if necessary.
Last updated