setCurrentLocale static method

void setCurrentLocale(
  1. Locale locale
)

Sets the current locale

Implementation

static void setCurrentLocale(Locale locale) {
  TolgeeTranslationsStrategy.instance.setCurrentLanguage(locale);
}