Gets the current locale.
Locale? get locale => _intlHost.locale;
Sets the current locale.
set locale(Locale? newLocale) => _intlHost.locale = newLocale;