setLocale static method

void setLocale(
  1. FormioLocalizations newLocale
)

Set global locale for all components

Implementation

static void setLocale(FormioLocalizations newLocale) {
  _locale = newLocale;
}