LanguageValues extension

Extension methods for list of Language.

on

Properties

concat String
Concatenates a list of Language to a String.
no setter

Methods

byLocale(Locale locale) Language
Returns the Language with the given locale.
byTag(String tag) Language
Throws a FormatException if tag is syntactically invalid.
toStringList() List<String>
Converts a list of Language to a list of String.