DETECT_LANGUAGE_GOOGLE

Detect the language of a text using Google Translate.

icon of Google TranslateGoogle Translate
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
DETECT_LANGUAGE_GOOGLE(text
[short]
)
text

The text you want to get the language for. For example: "The quick brown fox".

[optional] short

A modal value indicating whether to return just the language code. Choose either:

  • TRUE (default) to get just the language code

  • FALSE to get the language code along with additional data

Selected options:
False
True

Examples

DETECT_LANGUAGE_GOOGLE("Hallo, Welt!") returns "de"