setLocale static method
Sets a new locale
Implementation
static setLocale(final BuildContext context, final Locale newLocale) {
final currentInstance = GoogleI18nLocalizations.of(context)!;
currentInstance.locale = newLocale;
}
Sets a new locale
static setLocale(final BuildContext context, final Locale newLocale) {
final currentInstance = GoogleI18nLocalizations.of(context)!;
currentInstance.locale = newLocale;
}