-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.1
-
None
-
sparc
-
solaris_8
ResourceBundle::getBundle() method should fallback back to "en" locale if "zh_TW" locale
resources are not found.
Currently in JDK-1.4.1, in the absense of "zh_TW" resources, it fall backs to "zh" resources.
Instead it should fallback to "en" resources. This would be an exception to the default
resource bundle resolution machanism. Though, i'm not sure whether this is a valid requirement
on JDK side.
###@###.### 2004-05-18
resources are not found.
Currently in JDK-1.4.1, in the absense of "zh_TW" resources, it fall backs to "zh" resources.
Instead it should fallback to "en" resources. This would be an exception to the default
resource bundle resolution machanism. Though, i'm not sure whether this is a valid requirement
on JDK side.
###@###.### 2004-05-18
- duplicates
-
JDK-4486664 RFE: ResourceBundle should fall back from zh_HK to zh_TW instead of to zh
-
- Closed
-
- relates to
-
JDK-4303146 (rb) RFE:ResourceBundle should allow developers to define their own search strategies
-
- Resolved
-