changeLanguage static method

void changeLanguage(
  1. Locale locale
)

KareeInternationalization.changeLanguage

Statically call this function to change application language. This will automatically refresh all loaded screens and components of the application.

Implementation

static void changeLanguage(Locale locale) {
  AppLocalization._changeLanguage(_appLocalization, locale);
}