Commit c1a13c5f by Tom Tromey Committed by Tom Tromey

natSystem.cc (init_properties): Default locale is en_US, not just en.

	* java/lang/natSystem.cc (init_properties): Default locale is
	en_US, not just en.

From-SVN: r45417
parent 04ac5ee9
2001-09-05 Tom Tromey <tromey@redhat.com>
* java/lang/natSystem.cc (init_properties): Default locale is
en_US, not just en.
2001-09-05 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* java/text/MessageFormat.java (setLocale): Don't catch ParseException
......
......@@ -441,6 +441,7 @@ java::lang::System::init_properties (void)
#endif /* HAVE_SETLOCALE */
{
SET ("user.language", "en");
SET ("user.region", "US");
}
// Set the "user.timezone" property.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment