xmllang property

Gets or sets a value that specifies the language that is used in the contents and attribute values of an element.

 

Syntax

HRESULT value = object.put_xmllang( v);HRESULT value = object.get_xmllang(* p);

Property values

Type: BSTR

The standard XML attribute that is used to specify the language (for example, English).

Exceptions

Exception Condition
NoModificationAllowedError

An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned.

 

Standards information