Translations constructor

Translations(
  1. String locale
)

Implementation

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