Uses of Class
lumis.portal.localization.LocaleConfig
-
Packages that use LocaleConfig Package Description lumis.portal.localization -
-
Uses of LocaleConfig in lumis.portal.localization
Methods in lumis.portal.localization that return types with arguments of type LocaleConfig Modifier and Type Method Description Collection<LocaleConfig>
ILocalizationManager. getLocales(ITransaction transaction)
Returns the available locales for the portal.Collection<LocaleConfig>
LocalizationManager. getLocales(ITransaction transaction)
Returns a collection of locale configMethods in lumis.portal.localization with parameters of type LocaleConfig Modifier and Type Method Description void
ILocalizationManager. add(LocaleConfig locale)
Adds the given locale.void
LocalizationManager. add(LocaleConfig localeConfig)
static org.json.simple.JSONObject
LocaleUtilInternal. extractJsonObject(LocaleConfig locale)
Transform Locale to JsonObject Example: { "label" : "português (Brasil)", "value" : "pt_BR" }void
ILocalizationManager. update(LocaleConfig locale)
Updates the given locale.void
LocalizationManager. update(LocaleConfig locale)
-