0

I have 3 property files

Property files

How can I create ResourceBundle with locale that doesn't have prefix? I know how to do It if locale has prefix.

Locale locale = new Locale("en");
        ResourceBundle bundle1 = ResourceBundle.getBundle("resources",locale);
DozezQuest
  • 179
  • 7

0 Answers0