public interface Localization
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
getBundle()
Get the resource bundle for current locale.
|
Locale |
getFallbackLocale()
Get the fallback locale for current request.
|
Locale |
getLocale()
Get the locale for current request.
|
String |
getMessage(String key,
Object... parameters)
Returns a formated message or '???key???' if the key was not found.
|
Locale getLocale()
Locale getFallbackLocale()
String getMessage(String key, Object... parameters)
ResourceBundle getBundle()
MissingResourceException.getLocale()Copyright © 2014 Caelum. All Rights Reserved.