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
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
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
A framework-agnostic i18n registry with vue-i18n-like API names.
Key methods: