translate key
This block is part of the translations group and was last modified in core v10.4.28.
translate key v10.4.28 Translates a given key and builds DOM nodes from the HTML within these keys
In pins 1
- language
valueThe language of the Translate key. • Hidden when unused
Out pins 1
- state
stateReturns the element to the frontend state.
A typical wiring for translate key: the state out pin feeds paragraph.

Commonly used with
In production blueprints, this block is most often wired together with:
- paragraph: this block feeds into it. A paragraph element.
- div: this block feeds into it. Creates a dynamic and customizable div element on your web page.
- h1: this block feeds into it. A H1 element.
- span: this block feeds into it. A span element.
- if: this block feeds into it. Allows you to use different state UIs based on your given condition.
Version history
Introduced in v10.4.28.
Back to
translations Return to the main group to view all sub-groups Back to state ui Return to the group to view all blocks within this group
