Java resource bundle: Difference between revisions

Content deleted Content added
No edit summary
Line 1:
A resource bundle is a [[Java]] [[.properties file]] file that contains locale-specific data<ref>[http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/]</ref>. It is a way of internationalising a Java application by making the code locale-independent. Resource bundles are easy to localise and they mainly contain strings.