Package | Description |
---|---|
lumis.portal.localization |
Modifier and Type | Method and 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 config
|
Modifier and Type | Method and 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) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.