Introducing inheritance to PropertyResourceBundles description
When you use property resource bundles to design a fully internationalized application it can present a lot of implementation and design problems. Property Resource Bundles is a Java mechanism for separating locale-specific text from actual Java code. When an application calls for one of these locale-specific properties, a text file associated with the given user's locale is opened and read. This article tells you how to develop a simplified solution to the design and implementation problem.