setLocale static method
Set global locale for all components
Implementation
static void setLocale(FormioLocalizations newLocale) {
_locale = newLocale;
}
Set global locale for all components
static void setLocale(FormioLocalizations newLocale) {
_locale = newLocale;
}