byLocale method

Language byLocale(
  1. Locale locale
)

Returns the Language with the given locale.

Implementation

Language byLocale(Locale locale) => Language.other(locale);