This topic has not yet been rated - Rate this topic

xmllang property

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

Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.26Internet Explorer 9

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

ExceptionCondition
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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.