| Name | Signature and Synopsis |
|---|---|
getCountry | String getCountry ()Returns the country code in current locale. |
getDefaultTimeZone | String getDefaultTimeZone()Gets the default timezone; value depends on JVM implementation. |
getLanguage | String getLanguage ()Returns the language in current locale. |
setDefaultTimeZone | void setDefaultTimeZone(String tz)Sets the default timezone id. null sets it back to the value at JVM start |