Hi,
What is the right way to map a Locale to a DateFormat object so that the mapping applies for all applications running on the j2ee engine?
Using DateFormat.getDateInstance(int style, Locale aLocale) one can get a DateFormat object for a certain Locale, but I didn't found any info on how to edit the mapping.
Thanks,
Jeroen