public class TLocale extends Object
| Modifier and Type | Field and Description |
|---|---|
static Locale |
ENGLISH |
static Locale |
JAPAN |
static Locale |
ROOT |
static Locale |
US |
| Constructor and Description |
|---|
TLocale(String language) |
TLocale(String language,
String country) |
TLocale(String language,
String country,
String variant) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
static Locale |
getDefault() |
static Locale |
getDefault(Locale.Category aCategory) |
String |
getLanguage() |
String |
getVariant() |
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.