Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The current mechanism to determine the available locale providers depends on the JDK layout, specifically it checks if localedata.jar and cldrdata.jar are present. In JDK 9, localedata and cldrdata will be modules and there will be no localedata.jar and cldrdata.jar. One option to consider is the use of ServiceLoader to load the CLDR and LocaleData providers.
|