Here is what it says from the Documentation When your program needs a locale-specific object, it loads the ResourceBundle class using the getBundle method: ResourceBundle myResources = ResourceBundle.getBundle("MyResources", currentLocale); ------------------ Sun Certified Programmer on the Java 2 Platform