hunt.util.Locale

Undocumented in source.

Members

Classes

Locale
class Locale

A <code>Locale</code> object represents a specific geographical, political, or cultural region. An operation that requires a <code>Locale</code> to perform its task is called <em>locale-sensitive</em> and uses the <code>Locale</code> to tailor information for the user. For example, displaying a number is a locale-sensitive operation&mdash; the number should be formatted according to the customs and conventions of the user's native country, region, or culture.

Structs

LocaleCategory
struct LocaleCategory

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

Meta