LibreOffice Module winaccessibility (master) 1
Public Attributes | List of all members
IA2Locale Struct Reference

A structure defining the locale of an accessible object. More...

import"ia2_api_all.idl";

Public Attributes

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

Detailed Description

A structure defining the locale of an accessible object.

IAccessible2::locale returns this struct.

Definition at line 1561 of file ia2_api_all.idl.

Member Data Documentation

◆ country

BSTR IA2Locale::country

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

Definition at line 1563 of file ia2_api_all.idl.

◆ language

BSTR IA2Locale::language

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

Definition at line 1562 of file ia2_api_all.idl.

◆ variant

BSTR IA2Locale::variant

Application specific variant of the locale.

Definition at line 1564 of file ia2_api_all.idl.


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