Backoffice Localization
Learn how to manage and use the Backoffice UI Localization files.
Registering Localization
Missing Localization Keys
<umb-localize key="general_ok_not_found">Default value</umb-localize><umb-localize key="general_ok_not_found" debug="true"></umb-localize>Using the Localizations
Localize Element
<button>
<umb-localize key="dialog_myKey"></umb-localize>
</button>Localize Controller
Umbraco Element
Umbraco Controller
Using arguments
Using placeholders
Using with manifests
Example
Examples
Using localization in a custom element
Using localization in property descriptions and labels
Last updated
Was this helpful?