Component for translating interface elements to other languages. More details in Translating the task interface.
In the properties that should be displayed in different languages, add:
{ "type": "helper.translate", "key": "<key name>"}
Adding the key
property displays a field for entering the key text. Enter the text in the source language. In the "Translations" step, add translations for the keys in the desired languages.
Usage example:
{ "view": { "type": "view.image", "url": "https://tlkfrontprod.azureedge.net/template-builder-production/static/file-examples/small.png", "label": { "type": "helper.translate", "key": "label-image" } }}
Name | Type | Description |
---|---|---|
type * | "helper.translate" | Set component type. |
key * | string | The key for a text property that you will translate to other languages. |
Last updated: March 29, 2023