changeLanguage static method
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);
}