DETECT_LANGUAGE_MICROSOFT

Detect the language of a text using the Microsoft Translator API.

icon of Microsoft Translator TextMicrosoft Translator Text
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
DETECT_LANGUAGE_MICROSOFT(text
[short]
)
text

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

[optional] short

Boolean indicating whether or not to return additional information for the language detection. Choose either:

  • TRUE (default) to get the language only
  • FALSE to get additional information
Selected options:
False
True

Examples

DETECT_LANGUAGE_MICROSOFT("Hallo, Welt!") returns the language code "de" for German.