Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the current language.
Syntax
HRESULT get_lang( BSTR *p );
Parameters
- p
- Address of a string variable that receives an ISO standard language abbreviation of the current language.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The parser can use this property to determine how to display language-specific choices for quotations, numbers, and so on.
See Also
put_lang
Sets the language to use.
Syntax
HRESULT put_lang( BSTR v );
Parameters
- v
- String specifying an ISO standard language abbreviation.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The parser can use this property to determine how to display language-specific choices for quotations, numbers, and so on.
See Also
get_lang, IHTMLElement
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.