TRANSLATE_DEEPL

Translate a body of text from a source language to a target language using DeepL.

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

Parameter List

Syntax
TRANSLATE_DEEPL(text
[source]
[target]
[short]
)
text

The text to translate. For example: "There's a lot of cool no-code apps.".

[optional] source

The text source language, as given by ISO 639-1 code. For example: "en". If blank, the language is automatically detected.

[optional] target

The translation target language, as given by ISO 639-1 code. For example: "en". By default it translates to "en".

[optional] short

A boolean value indicating whether or not to return additional translation data. Choose either:

  • TRUE (default) to get the translated text only

  • FALSE to get additional translation data

Selected options:
False
True

Examples

TRANSLATE_DEEPL("Hallo, Welt!") returns "Hello world!"