String |
ErrorBundle.getDetail(Locale loc) |
Returns the detail message in the given locale and the default timezone.
|
String |
ErrorBundle.getDetail(Locale loc,
TimeZone timezone) |
Returns the detail message in the given locale and timezone.
|
String |
LocalizedMessage.getEntry(String key,
Locale loc,
TimeZone timezone) |
Reads the entry id + "." + key from the resource file and returns a
formated message for the given Locale and TimeZone.
|
String |
ErrorBundle.getSummary(Locale loc) |
Returns the summary message in the given locale and the default timezone.
|
String |
ErrorBundle.getSummary(Locale loc,
TimeZone timezone) |
Returns the summary message in the given locale and timezone.
|
String |
TextBundle.getText(Locale loc) |
Returns the text message in the given locale and the defaut timezone.
|
String |
TextBundle.getText(Locale loc,
TimeZone timezone) |
Returns the text message in the given locale and timezone.
|
String |
MessageBundle.getTitle(Locale loc) |
Returns the title message in the given locale and the default timezone.
|
String |
MessageBundle.getTitle(Locale loc,
TimeZone timezone) |
Returns the title message in the given locale and timezone.
|