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
This commit is contained in:
Tom Tromey 2001-09-05 17:11:57 +00:00 committed by Tom Tromey
parent 04ac5ee90e
commit c1a13c5f88
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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.