ReactOS 0.4.16-dev-2491-g3dc6630
IA2Locale Struct Reference

Public Attributes

BSTR language
 ISO 639-1 Alpha-2 two character language code.
 
BSTR country
 ISO 3166-1 Alpha-2 two character country code.
 
BSTR variant
 Application specific variant of the locale.
 

Detailed Description

A structure defining the locale of an accessible object.

IAccessible2::locale returns this struct.

Definition at line 1564 of file iaccessible2.idl.

Member Data Documentation

◆ country

BSTR IA2Locale::country

ISO 3166-1 Alpha-2 two character country code.

Definition at line 1566 of file iaccessible2.idl.

◆ language

BSTR IA2Locale::language

ISO 639-1 Alpha-2 two character language code.

Definition at line 1565 of file iaccessible2.idl.

◆ variant

BSTR IA2Locale::variant

Application specific variant of the locale.

Definition at line 1567 of file iaccessible2.idl.


The documentation for this struct was generated from the following file: