LanguageValues extension

Extension methods for list of Language.

on

Properties

concat String

Available on List<Language>, provided by the LanguageValues extension

Concatenates a list of Language to a String.
no setter

Methods

byLocale(Locale locale) Language

Available on List<Language>, provided by the LanguageValues extension

Returns the Language with the given locale.
byTag(String tag) Language

Available on List<Language>, provided by the LanguageValues extension

Throws a FormatException if tag is syntactically invalid.
toStringList() List<String>

Available on List<Language>, provided by the LanguageValues extension

Converts a list of Language to a list of String.