# TranslatedLabel
The TranslatedLabel
component is used for the text display.
# Properties
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
key | string | The text or the label key to fetch the appropriate translation |
translate | boolean default: true | Defines whether the text should be translated. |
moduleName | string | Module name for translation |
loadImmediately | boolean default: false | Defines whether the translation must be fetched from the backend without delay. |
useKeyFallback | boolean default: true | Determines whether the label key is returned in case of a missing translation. |
variables | map<string, string> | Variables that can be replaced in translation. |
← Toolbox TreeComponent →