Locale-Sensitive Java Method
java.util.Locale
public static Locale getDefault()
public static Locale getDefault(Locale.Category category)
Internationalization (I18n) Method Overview
getDefault returns the default locale for this instance of the Java Virtual Machine.
For more information on getDefault ,
click
here.
I18n Issues
Make sure the default Locale is set correctly by calling setDefault with appropriate values
prior to calling getDefault .
Locale-Sensitive Java Methods
|