The Wayback Machine - https://web.archive.org/web/20161009153513/https://developer.android.com/reference/java/util/Locale.Category.html
Skip to content

Most visited

Recently visited

navigation

Locale.Category

public static final enum Locale.Category
extends Enum<Locale.Category>

java.lang.Object
   ↳ java.lang.Enum<java.util.Locale.Category>
     ↳ java.util.Locale.Category


Enum for locale categories. These locale categories are used to get/set the default locale for the specific functionality represented by the category.

See also:

Summary

Enum values

Locale.Category  DISPLAY

Category used to represent the default locale for displaying user interfaces. 

Locale.Category  FORMAT

Category used to represent the default locale for formatting dates, numbers, and/or currencies. 

Public methods

static Locale.Category valueOf(String name)
static final Category[] values()

Inherited methods

ImageFrom class java.lang.Enum
ImageFrom class java.lang.Object
ImageFrom interface java.lang.Comparable

Enum values

DISPLAY

Added in API level 24
Locale.Category DISPLAY

Category used to represent the default locale for displaying user interfaces.

FORMAT

Added in API level 24
Locale.Category FORMAT

Category used to represent the default locale for formatting dates, numbers, and/or currencies.

Public methods

valueOf

Added in API level 24
Locale.Category valueOf (String name)

Parameters
name String
Returns
Locale.Category

values

Added in API level 24
Category[] values ()

Returns
Category[]
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.