Uses of Class
java.util.Locale

Packages that use Locale
java.util   
 

Uses of Locale in java.util
 

Fields in java.util declared as Locale
static Locale Locale.ENGLISH
          Useful constant for language.
static Locale Locale.FRENCH
          Useful constant for language.
static Locale Locale.GERMAN
          Useful constant for language.
static Locale Locale.ITALIAN
          Useful constant for language.
static Locale Locale.JAPANESE
          Useful constant for language.
static Locale Locale.KOREAN
          Useful constant for language.
static Locale Locale.CHINESE
          Useful constant for language.
static Locale Locale.SIMPLIFIED_CHINESE
          Useful constant for language.
static Locale Locale.TRADITIONAL_CHINESE
          Useful constant for language.
static Locale Locale.FRANCE
          Useful constant for country.
static Locale Locale.GERMANY
          Useful constant for country.
static Locale Locale.ITALY
          Useful constant for country.
static Locale Locale.JAPAN
          Useful constant for country.
static Locale Locale.KOREA
          Useful constant for country.
static Locale Locale.CHINA
          Useful constant for country.
static Locale Locale.PRC
          Useful constant for country.
static Locale Locale.TAIWAN
          Useful constant for country.
static Locale Locale.UK
          Useful constant for country.
static Locale Locale.US
          Useful constant for country.
static Locale Locale.CANADA
          Useful constant for country.
static Locale Locale.CANADA_FRENCH
          Useful constant for country.
 

Methods in java.util that return Locale
 Locale ResourceBundle.getLocale()
          Returns the locale of this resource bundle.
static Locale Locale.getDefault()
          Gets the current value of the default locale for this instance of the Java Virtual Machine.
static Locale[] Locale.getAvailableLocales()
          Returns a list of all installed locales.
 

Methods in java.util with parameters of type Locale
static ResourceBundle ResourceBundle.getBundle(java.lang.String baseName, Locale locale)
          Gets a resource bundle using the specified base name and locale, and the caller's class loader.
static ResourceBundle ResourceBundle.getBundle(java.lang.String baseName, Locale locale, java.lang.ClassLoader loader)
          Gets a resource bundle using the specified base name, locale, and class loader.
static void Locale.setDefault(Locale newLocale)
          Sets the default locale for this instance of the Java Virtual Machine.
 java.lang.String Locale.getDisplayLanguage(Locale inLocale)
          Returns a name for the locale's language that is appropriate for display to the user.
 java.lang.String Locale.getDisplayCountry(Locale inLocale)
          Returns a name for the locale's country that is appropriate for display to the user.
 java.lang.String Locale.getDisplayVariant(Locale inLocale)
          Returns a name for the locale's variant code that is appropriate for display to the user.
 java.lang.String Locale.getDisplayName(Locale inLocale)
          Returns a name for the locale that is appropriate for display to the user.