Locale.Category

public static final enum Locale.Category extends Enum<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.

Inherited Method Summary

Enum Values

public static final Locale.Category DISPLAY

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

public static final Locale.Category FORMAT

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