Package nl.gx.webmanager.cms.core
Interface EditLanguage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns the description of the edit languageLocale
getLocale()
Returns the locale of the backend languageString
getName()
Returns the name of the edit language
-
-
-
Field Detail
-
EN_US
static final String EN_US
Language String identifier for US English language.- See Also:
- Constant Field Values
-
NL_NL
static final String NL_NL
Language String identifier for NL Dutch language.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
Returns the name of the edit language- Returns:
- the name e.g. English
-
getDescription
String getDescription()
Returns the description of the edit language- Returns:
- the description e.g. English
-
getLocale
Locale getLocale()
Returns the locale of the backend language- Returns:
- the locale e.g. nl_NL
-
-