Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.1
-
None
-
None
-
Patch
Description
The lookup strategy performed by ResourceBundle.getBundle() to find a bundle for a requested locale will prefer the bundle for the JVM's default locale over the base bundle of a family. For this reason, one MUST always provide an empty bundle for the language that is provided by the base bundle. See Sun Bug 6606475 for a prominent example of this bug.