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:
parent
04ac5ee90e
commit
c1a13c5f88
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue