[kaffe] user.language, etc.

Ito Kazumitsu ito.kazumitsu at mail.hidec.co.jp
Wed Apr 21 04:18:02 PDT 2004


In message "[kaffe] CVS kaffe (hkraemer): tweaks for gc and system properties"
    on 04/04/21, Kaffe CVS <cvs-commits at kaffe.org> writes:

> * autodetect user.language and user.region using setlocale ()

> +		setProperty (p, "user.language", "en");
> +		setProperty (p, "user.region", "US");

Sun's JDK (1.4.2_04) defines "user.country" and "user.variant"
instead of "user.region".
http://java.sun.com/j2se/1.4.2/docs/guide/intl/faq.html

On the other hand, Microsoft's VM defines "user.language" and
"user.region".




More information about the kaffe mailing list