Guest User

Untitled

a guest
Feb 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Locale locale = new Locale("en");
  2. Locale.setDefault(locale);
  3. Configuration configuration = new Configuration();
  4. configuration.locale = locale;
  5. context.getResources().updateConfiguration(configuration, null);
  6. recreate();
Add Comment
Please, Sign In to add comment