Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::put_lang Next Topic: IHTMLElement::get_offsetLeft |
IHTMLElement::get_lang
HRESULT get_lang( BSTR *p );Retrieves the current language.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the an ISO standard language abbreviation of the current language.
The parser can use this property to determine how to display language-specific choices for quotations, numbers, and so on.
See also put_lang
IHTMLElement::put_lang
HRESULT put_lang( BSTR v );Sets the language to use.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying an ISO standard language abbreviation.
The parser can use this property to determine how to display language-specific choices for quotations, numbers, and so on.
See also get_lang
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.