-
Method Summary
Returns the resolved
LocaleSetting based on the plugin configuration.
Returns the resolved
LanguageTag representing the locale tag.
Returns the
Locale object derived from the configuration.
Returns the configured
ZoneId if valid, or the system default otherwise.
-
Method Details
-
-
languageTag
Returns the resolved
LanguageTag representing the locale tag.
- Returns:
- a valid LanguageTag
-
locale
Returns the
Locale object derived from the configuration.
- Returns:
- a Java
Locale
-
zoneId
Returns the configured
ZoneId if valid, or the system default otherwise.
- Returns:
- the applicable time zone as represented by a
ZoneId object.
-