{
ResourceBundle rb = bundles.get(bundle + "Resources_" + locale.toString());
if (rb == null)
{
KeelURLClassLoader cl = new KeelURLClassLoader(new URL[]
{
new URL("file://" + System.getProperty("keel.config.dir") + "/../resources/")
});
rb = ResourceBundle.getBundle(bundle + "Resources", locale, cl);