Package | Description |
---|---|
kz.gamma.i18n |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ErrorBundle.getDetail(java.util.Locale loc)
Returns the detail message in the given locale and the default timezone.
|
java.lang.String |
ErrorBundle.getDetail(java.util.Locale loc,
java.util.TimeZone timezone)
Returns the detail message in the given locale and timezone.
|
java.lang.String |
LocalizedMessage.getEntry(java.lang.String key,
java.util.Locale loc,
java.util.TimeZone timezone)
Reads the entry
id + "." + key from the resource file and returns a
formated message for the given Locale and TimeZone. |
java.lang.String |
ErrorBundle.getSummary(java.util.Locale loc)
Returns the summary message in the given locale and the default timezone.
|
java.lang.String |
ErrorBundle.getSummary(java.util.Locale loc,
java.util.TimeZone timezone)
Returns the summary message in the given locale and timezone.
|
java.lang.String |
TextBundle.getText(java.util.Locale loc)
Returns the text message in the given locale and the defaut timezone.
|
java.lang.String |
TextBundle.getText(java.util.Locale loc,
java.util.TimeZone timezone)
Returns the text message in the given locale and timezone.
|
java.lang.String |
MessageBundle.getTitle(java.util.Locale loc)
Returns the title message in the given locale and the default timezone.
|
java.lang.String |
MessageBundle.getTitle(java.util.Locale loc,
java.util.TimeZone timezone)
Returns the title message in the given locale and timezone.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.