public interface I18nApi
| Modifier and Type | Method and Description |
|---|---|
elemental2.promise.Promise<String> |
getLocale()
Gets i18n locale from Kogito Channel
|
void |
onLocaleChange(LocaleChangeCallback callback)
Sets the
LocaleChangeCallback that will be called when the locale changes on Kogito Channel |
void onLocaleChange(LocaleChangeCallback callback)
LocaleChangeCallback that will be called when the locale changes on Kogito Channelcallback - The callback function to execute when locale changeselemental2.promise.Promise<String> getLocale()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.