I chose to take properties file for customization of some settings. I use the following code to make a Properties Object available in a class
Properties defa
Why not use a static ResourceBundle ?
static final ResourceBundle myResources = ResourceBundle.getBundle("MyResources", currentLocale);