public interface LocalizationService
| Modifier and Type | Method and Description |
|---|---|
ModuleResourceBundle |
getResourceBundle(String moduleHash,
LocaleValue locale)
Returns a message bundle for the given module and locale.
|
String |
getResourceString(String moduleHash,
LocaleValue locale,
String identifier)
Returns a message object for the given module and locale and identifier.
|
ModuleResourceBundle getResourceBundle(String moduleHash, LocaleValue locale)
moduleHash - module hashlocale - localeString getResourceString(String moduleHash, LocaleValue locale, String identifier)
moduleHash - module hashlocale - localeidentifier - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.