-
- All Implemented Interfaces:
public class Language.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Language.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<Language>all()Returns a list of all built-in languages. final List<Language>allSpokenOnes()Returns a list of all built-in languages that are still spoken today. final List<Language>allWithArabicScript()Returns a list of all built-in languages supporting the Arabic script. final List<Language>allWithCyrillicScript()Returns a list of all built-in languages supporting the Cyrillic script. final List<Language>allWithDevanagariScript()Returns a list of all built-in languages supporting the Devanagari script. final List<Language>allWithLatinScript()Returns a list of all built-in languages supporting the Latin script. final LanguagegetByIsoCode639_1(IsoCode639_1 isoCode)Returns the language for the given ISO 639-1 code. final LanguagegetByIsoCode639_3(IsoCode639_3 isoCode)Returns the language for the given ISO 639-3 code. -
-
Method Detail
-
allSpokenOnes
final List<Language> allSpokenOnes()
Returns a list of all built-in languages that are still spoken today.
-
allWithArabicScript
final List<Language> allWithArabicScript()
Returns a list of all built-in languages supporting the Arabic script.
-
allWithCyrillicScript
final List<Language> allWithCyrillicScript()
Returns a list of all built-in languages supporting the Cyrillic script.
-
allWithDevanagariScript
final List<Language> allWithDevanagariScript()
Returns a list of all built-in languages supporting the Devanagari script.
-
allWithLatinScript
final List<Language> allWithLatinScript()
Returns a list of all built-in languages supporting the Latin script.
-
getByIsoCode639_1
final Language getByIsoCode639_1(IsoCode639_1 isoCode)
Returns the language for the given ISO 639-1 code.
-
getByIsoCode639_3
final Language getByIsoCode639_3(IsoCode639_3 isoCode)
Returns the language for the given ISO 639-3 code.
-
-
-
-