Default locale supporting Euro ?

The default locale for the JVM is obtained from the host environment. You can check this via Locale.getDefault();

How do I need to configure Windows (NT / 2000) so that the JVM will recognize the EURO variant of a locale, e.g. "de_DE_EURO" i.s.o. "de_DE" ?

Or are those Euro specific locales only meant to be set and used in Java programs, e.g. with Locale.setDefault(); ?

[398 byte] By [EdwinG1] at [2007-9-26 14:40:55]
# 1
Edwin-I have been trying to find the answer to this same question. Have you found an answer? If you did, could you post it?Thanks.
hpfrog at 2007-7-2 16:41:57 > top of Java-index,Desktop,Runtime Environment...