|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiLingualText
Interface for object holding a text translatable in several locales.
| Method Summary | |
|---|---|
String |
getText()
Get the value of the text for the default locale. |
String |
getText(Locale loc)
Get the value of the text for the specified locale. |
String |
getText(String localeId)
Get the value of the text for the specified locale. |
| Method Detail |
|---|
String getText()
String getText(Locale loc)
ResourceBundle mechanism.
String getText(String localeId)
ResourceBundle mechanism.
localeId - the ID of the locale (language_country_variant)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||