|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Resource Bundles
One way of internationalizing your software is to use resource bundles. They allow you to load local-specific resources (classes or property files). The information on a specific locale, country and variant are encoded in the resource identifier (eg. ResourceLabels_nl_BE meaning the resource ResourceLabels for the language dutch in the country Belgium).
Featured Books
Subcategories
Questions & Answers
= answered, = unanswered
General:
What is a ResourceBundle good for?
How is my .properties ResourceBundle found?
How do I use a ListResourceBundle?
Further Information (sorted alphabetically)
Api's:
Articles:
Related Links:
Related Books:
|
|
|
|
|