Home > @activeviam/activeui-sdk > Internationalization
Internationalization interface
An object to expose the locale events and provide ActiveUI's translator implementation to an external application
Signature:
export interface Internationalization
Properties
| Property | Type | Description |
|---|---|---|
| addTranslationChangeListener | AddListener<TranslationTree> | |
| getTranslator | () => Translator | |
| listLocales | () => LocaleDescription[] |