InitializeSupportpublic class Language extends InitializeObject
| Modifier and Type | Field | Description |
|---|---|---|
static Language |
EN |
|
static String |
SYSTEM_ENV_LANGUAGE |
|
static String |
SYSTEM_PROP_LANGUAGE |
|
static String |
TIME_FORMAT |
|
static String |
TIME_FORMAT_24H |
|
static String |
TIME_FORMAT_24H_Z |
|
static String |
TIME_FORMAT_Z |
|
static Language |
VI |
mutex| Constructor | Description |
|---|---|
Language() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getDateFormat() |
|
String |
getDateTimeFormat() |
|
String |
getDateTimeFormat24H() |
|
String |
getDateTimeFormat24HZ() |
|
String |
getDateTimeFormatZ() |
|
static Language |
getDefault() |
|
String |
getDisplayLanguage() |
|
String |
getId() |
|
Locale |
getLocale() |
|
String |
getTimeFormat() |
|
String |
getTimeFormat24H() |
|
String |
getTimeFormat24HZ() |
|
String |
getTimeFormatZ() |
|
int |
hashCode() |
|
protected void |
init() |
|
Language |
setDateFormat(String dateFormat) |
|
static void |
setDefault(Language obj) |
|
Language |
setLocale(Locale locale) |
assertNotInitialized, destroy, initializepublic static final String TIME_FORMAT_24H
public static final String TIME_FORMAT_24H_Z
public static final String TIME_FORMAT
public static final String TIME_FORMAT_Z
public static final Language EN
public static final Language VI
public static final String SYSTEM_PROP_LANGUAGE
public static final String SYSTEM_ENV_LANGUAGE
protected void init()
throws Exception
init in class InitializeObjectExceptionpublic String getId()
public String getDisplayLanguage()
public Locale getLocale()
public String getDateFormat()
public String getDateTimeFormat()
public String getDateTimeFormatZ()
public String getDateTimeFormat24H()
public String getDateTimeFormat24HZ()
public String getTimeFormat24H()
public String getTimeFormat24HZ()
public String getTimeFormat()
public String getTimeFormatZ()
public static Language getDefault()
public static void setDefault(Language obj)
Copyright © 2018. All rights reserved.