Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
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.
Issue Links
- is related to
-
PLX-257
[i18n] Default base bundle not handle correctly
-
If you want to exploit this bug, just run
Note that "de" is placed first to denote the default locale.