changeLocale static method
Implementation
static void changeLocale(Object? value) {
Translation.i.locale = parseLocale(value);
Translation.i._translator?.locale = i.locale;
}
static void changeLocale(Object? value) {
Translation.i.locale = parseLocale(value);
Translation.i._translator?.locale = i.locale;
}