LocaleType
Description:
[ CCode ( cprefix = "ATSPI_LOCALE_TYPE_" , type_id = "atspi_locale_type_get_type ()" ) ]
public enum LocaleType
Used by interfaces Text and Document,
this enumeration corresponds to the POSIX 'setlocale' enum values.
Content:
Enum values:
- COLLATE - For regular expression matching
and string collation.
- CTYPE - For regular expression matching,
character classification, conversion, case-sensitive comparison, and wide character functions.
- MESSAGES - For localizable
natural-language messages.
- MONETARY - For monetary formatting.
- NUMERIC - For number formatting (such as
the decimal point and the thousands separator).
- TIME - For time and date formatting.