|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ResourceService.Localizer
Method Summary | |
---|---|
java.lang.String |
getLocalizedCompositeKey(java.lang.String compositeKey,
java.util.Locale locale)
Returns the string associated with the given compositeKey in the given locale . |
Method Detail |
---|
java.lang.String getLocalizedCompositeKey(java.lang.String compositeKey, java.util.Locale locale)
compositeKey
in the given locale
.
A composite key is a string that has the following form: @<stringtable>/<stringkey>
compostiteKey
is not in the above form then
it is simply returned. If compositeKey
is in the above
form then the value for stringkey
in the
stringtable
and locale
is returned. If there
is no value stringkey
is returned.
compositeKey
- string to localizelocale
- locale
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |