dynamic translate

This block is part of the translations group and was last modified in core v10.4.28.

dynamic translate v10.4.28

Translates a dynamic key.

In pins 2
  • language
    value
  • Key required
    value
Out pins 1
  • translation
    value

Looks up the value_1 key (TRIMMED and LOWERCASED first) in the entity's translations. Language priority: value_0 pin, then the request's language, then the entity default, with a retry in the entity's fallback language. When no translation exists the block outputs the sanitized KEY itself and the condition pin stays UNSET (not false); condition is true only on a successful lookup, and an empty key yields value nil with condition false.

A typical wiring for dynamic translate: the value out pin feeds convert to uppercase.

Studio canvas example for the dynamic translate block: typical wiring for dynamic translate.

Version history

Introduced in v10.4.28.


Back to translations Return to the main group to view all sub-groups Back to value Return to the group to view all blocks within this group