Advertisement
Guest User

Untitled

a guest
Jan 12th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ArrayList arraylist = Lists.newArrayList(new String[] {"en_US"});
  2.  
  3. if (!"en_US".equals(this.currentLanguage))
  4. {
  5. arraylist.add(this.currentLanguage);
  6. }
  7.  
  8. currentLocale.loadLocaleDataFiles(resourceManager, arraylist);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement