I'm trying to add an option to change the language in the program, the problem is that I can't find proper path to use and all the time i got a
java.util.MissingResourceException: Can't find bundle for base nameMenuFactory_pl.properties, locale pl
Locale locale =new Locale("pl");
ResourceBundle myResources = ResourceBundle.getBundle("MenuFactory_pl.properties",locale);
I've tried adding the path of the package, and copy resource bundle to created pacakge java/resource and still i get an error.
Use
or