Enumeration

AtspiLocaleType

Declaration

enum Atspi.LocaleType

Description [src]

Used by interfaces AtspiText and AtspiDocument, this enumeration corresponds to the POSIX ‘setlocale’ enum values.

Members

Name Description
ATSPI_LOCALE_TYPE_MESSAGES

For localizable natural-language messages.

ATSPI_LOCALE_TYPE_COLLATE

For regular expression matching and string collation.

ATSPI_LOCALE_TYPE_CTYPE

For regular expression matching, character classification, conversion, case-sensitive comparison, and wide character functions.

ATSPI_LOCALE_TYPE_MONETARY

For monetary formatting.

ATSPI_LOCALE_TYPE_NUMERIC

For number formatting (such as the decimal point and the thousands separator).

ATSPI_LOCALE_TYPE_TIME

For time and date formatting.