Translates a string containing one or more terms. The terms should be prefixed with a #
character.
If the term is found in the localization set, it will be replaced with the localized term.
If the term is not found, the original term will be returned.
The text to translate.
The translated text.
Outputs a translated term.
the localization key, the indicator of what localization entry you want to retrieve.
Rest
...args: FunctionParams<LocalizationSetType[K]>the arguments to parse for this localization entry.
The UmbLocalizeController enables localization for your element.
See
UmbLocalizeElement
Example