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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user