webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
IA2Locale Struct Reference

import"Accessible2.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.

Member Data Documentation

◆ country

BSTR IA2Locale::country

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

◆ language

BSTR IA2Locale::language

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

◆ variant

BSTR IA2Locale::variant

Application specific variant of the locale.


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