LocaleManageSetting constructor

LocaleManageSetting(
  1. Locale locale,
  2. TranslationKey translationKey
)

Implementation

LocaleManageSetting(this.locale, this.translationKey);