Guest User

Untitled

a guest
Aug 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. onConfigurationChanged not called when new language is selected from the app in Android
  2. Locale locale = new Locale("language_code");
  3. Locale.setDefault(locale);
  4. Configuration config = new Configuration();
  5. config.locale = locale;
  6. getBaseContext().getResources().updateConfiguration(config, null);
Add Comment
Please, Sign In to add comment