In this section, you will learn how to obtain the locale. We are providing you an example which will obtain the locale of the system by using the System.getProperty(). This will provide all the properties of the system.
System.getProperty("user.language")- This will return the locale of the system.
Here is the code of GetSystemLocale.java
class GetSystemLocale
|
Output will be displayed as:

|
Recommend the tutorial |
Ask Questions? Discuss: Java get System Locale View All Comments
Post your Comment