IHTMLElement::get_langIHTMLElement::get_lang*
*



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.

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

Up Top of Page


IHTMLElement::put_lang


HRESULT put_lang(
    BSTR v
);

Sets the language to use.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.