I have 3 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);