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