Uses of Class
com.gengoai.Language
-
Packages that use Language Package Description com.gengoai A set of utilities, frameworks, and tools to speed up and ease programming in Java.com.gengoai.string Functions, predicates, and utilities to create, format, parse, and manipulate strings. -
-
Uses of Language in com.gengoai
Methods in com.gengoai that return Language Modifier and Type Method Description static Language
Language. fromLocale(Locale locale)
From locale language.static Language
Language. fromString(String code)
Parses a language code to get its corresponding LanguageIdstatic Language
Language. valueOf(String name)
Returns the enum constant of this type with the specified name.static Language[]
Language. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Language in com.gengoai.string
Methods in com.gengoai.string that return Language Modifier and Type Method Description default Language
StringLike. getLanguage()
Gets the language of the HString.
-