LanguageValues extension
Extension methods for list of Language.
Properties
Methods
-
byLocale(
Locale locale) → Language -
Available on List<
Returns the Language with the givenLanguage> , provided by the LanguageValues extensionlocale
. -
byTag(
String tag) → Language -
Available on List<
Throws a FormatException ifLanguage> , provided by the LanguageValues extensiontag
is syntactically invalid. -
toStringList(
) → List< String> -
Available on List<
Converts a list of Language to a list of String.Language> , provided by the LanguageValues extension