DListElement.lang Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the language to use for the specified object. Corresponds to the lang attribute of the associated HTML element.

Syntax

expression.lang

expression   Required. A variable that represents a DListElement object.

Remarks

The lang property can be any of the language codes available to browsers. For information on language codes, see the Language Codes in the MSDN Library.

See Also