Package | Description |
---|---|
org.fhaes.util |
Miscellaneous utilities for use with FHAES
|
Modifier and Type | Method and Description |
---|---|
static I18n.FHAESLocale |
I18n.getDefaultFHAESLocale(java.lang.Boolean fallback)
Get the default locale for the system.
|
static I18n.FHAESLocale |
I18n.getPreferredFHAESLocale(java.lang.Boolean fallback)
Get the FHAESLocale from the preferences, or if none is specified get the default.
|
static I18n.FHAESLocale |
I18n.getTellervoLocale(java.lang.String country,
java.lang.String language)
Get the FHAESLocale using the country and language codes.
|
static I18n.FHAESLocale |
I18n.FHAESLocale.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I18n.FHAESLocale[] |
I18n.FHAESLocale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|