JDK-4284934 : RFE: Customizable Locales
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.3.0,5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1999-10-26
  • Updated: 2012-05-24
  • Resolved: 2012-05-24
Related Reports
Duplicate :  
Description
Name: bb33257			Date: 10/26/99


The Locale architecture for accessing international objects such as 
DateFormats does not allow for extension, customization, or 
synchronization with the user's host customizations. Currently, 
there is no way to customize a given locale, which is functionality 
available on competitive platforms such as Windows. In Windows, for 
example, a client can define a new number format and that format is 
picked up by applications automatically.  In Java however, the new 
format can't be associated with a Locale and code that is not 
created by the client (such as system code) will not pick up that 
new number format. Moreover, if the user is using a customized 
Locale in the host, that is not reflected in Java.  Java needs to 
support this functionality.  A non-persistent version of this 
functionality could be implemented with a simple 
setInstance(selector, locale, value) API on system classes that 
use resources. 
(Review ID: 97061)

======================================================================

Comments
EVALUATION As the Description states, this is a feature found on most other platforms so it is a competitive issue for Java. brian.beck@Eng 2001-03-16 Should be considered as part of pluggable locale data architecture (RFE 4052440). ###@###.### 2001-11-27
16-03-2001