public interface LocalizationContext
Modifier and Type | Method and Description |
---|---|
ResourceBundle |
getBundle(String id) |
List<DateFormat> |
getDateFormats(Type type) |
Locale |
getLocale() |
List<NumberFormat> |
getNumberFormats() |
TimeZone |
getTimeZone() |
Locale getLocale()
ResourceBundle getBundle(String id)
TimeZone getTimeZone()
List<DateFormat> getDateFormats(Type type)
List<NumberFormat> getNumberFormats()