For Dashboard Designers Reference TranslateView
Wednesday, May 17, 2023 12:20 PMTranslateView
Label: :IA_Function
Property: type: TranslateView
Inherits from: Function and View
Shows a grid to manage translations.
Properties
Key | Description | Default value | Possible values |
---|---|---|---|
languages |
The languages to be loaded in the view. | ['en'] |
Array of language codes. |
languagesRTL |
Languages to be displayed in right-to-left direction. | (none) | Array of language codes. |
namespaces |
The language namespaces to be shown in the view. | (all) | Array of namespace strings. |
namespacesEditable |
The language namespaces that should be editable in the view. | ['graphileon-logic'] |
Array of namespace strings. |
enableAddTranslation |
When set to false user can not add new translation row |
true |
Boolean |
Notes:
- Make sure the
languages
andnamespacesEditable
match languages and values defined in the config.json. - It is recommended to not change the core namespace directly. Read the best practice here.
- See Translations for more information about translations.
Outgoing triggers
Besides those inherited from Function, TranslateView does not have any outgoing triggers.