Localization
Learn how to manage and use the Backoffice UI Localization files.
Registering Localization
{
"name": "MyPackage",
"extensions": [
{
"type": "localization",
"alias": "MyPackage.Localize.EnUS",
"name": "English",
"meta": {
"culture": "en"
},
"js": "/App_Plugins/MyPackage/Localization/en.js"
}
]
}The Localization file
Last updated
Was this helpful?