Android Utililty Methods Locale Get

List of utility methods to do Locale Get

Description

The list of methods to do Locale Get are organized into topic(s).

Method

StringgetLocale()
get Locale
Locale locale = Locale.getDefault();
return locale.toString();