Static ReadonlyeventsSupported events
Fired when locale changed
StaticcurrentStaticmessagesReturn the whole messages map (for vue-i18n initialisation).
StaticcmdGet localized command description
Command group name
Global command name
StaticcmdGet localized command prommpt message
Command group name
Global command name
StaticgetReturn the messages object for a single locale.
StaticmergeDeep-merge a message dictionary into an existing locale.
StaticregisterRegister a plugin's messages. Alias for mergeLocaleMessage for consistency with vue-i18n.
StaticsetSet the current active locale for translation.
Locale to activate ("en" or "zh")
StaticsysTries to find command in system group and gets its localized command description
StaticsysTries to find command in system group and gets its localized command prompt message
StatictTranslate a dotted key path using the registry (no Vue required).
dotted path, e.g. "core.start" or "pluginX.button.ok"
Optionaloptions: AcApTranslateOptionsoptional fallback
translated string or fallback/key if not found
StaticuserTries to find command in user group and gets its localized command description
StaticuserTries to find command in user group and gets its localized command prompt message
A framework-agnostic i18n registry with vue-i18n-like API names.
Key methods: