| Author |
How to get user locale
|
Mullin Yu
Greenhorn
Joined: Feb 24, 2005
Posts: 14
|
|
Is there any method to get the user locale? I found that there's a method getDefault(), but it seems get the system locale, but not the user locale. Any ideas? Thanks!
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
|
By reading variables like user.language, user.country and user.variant ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
|
So for example you have a Japanese person sitting at a computer in the United States, and you want to find out that the person is Japanese? No? Then what is the difference in your mind between the "user" locale and the "system" locale?
|
 |
 |
|
|
subject: How to get user locale
|
|
|