L10n constructor

L10n(
  1. String locale
)

Implementation

L10n(String locale) : localeName = intl.Intl.canonicalizedLocale(locale.toString());