|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
I18n (Internationalization) Helper Interface
Method Summary | |
java.util.Locale |
getCurrentLocale()
Get the current Locale |
java.lang.String |
getMessage(java.lang.String key)
Retrieve the corresponding internationalized message according to the current Locale. |
void |
setCurrentLocale(java.util.Locale locale)
Set the current Locale. |
Method Detail |
public void setCurrentLocale(java.util.Locale locale)
locale
- The Locale to usepublic java.util.Locale getCurrentLocale()
public java.lang.String getMessage(java.lang.String key)
key
- The message key
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |