Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Locale locale = new Locale(language);
  2. Locale.setDefault(locale);
  3. Configuration config = new Configuration();
  4. config.locale = locale;
  5. resources.updateConfiguration(config, resources.getDisplayMetrics());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement