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.

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

Enum values

DISPLAY

Added in API level 24
public static final Locale.Category DISPLAY

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

FORMAT

Added in API level 24
public static final Locale.Category FORMAT

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

Public methods

valueOf

public static Locale.Category valueOf (String name)

Parameters
name String

Returns
Locale.Category

values

public static final Category[] values ()

Returns
Category[]