public interface Language
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlpha2Code()
Returns the two-character alpha code for this language, as defined by ISO-639-1.
|
java.lang.String |
getAlpha3Code()
Returns the three-character alpha code for this language, as defined by ISO-639-2.
|
java.lang.String |
getEnglishName()
Optionally returns the English name of this language.
|
java.lang.String |
getFrenchName()
Optionally returns the French name of this language.
|
java.lang.String getAlpha2Code()
java.lang.String getAlpha3Code()
java.lang.String getEnglishName()
java.lang.String getFrenchName()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.