Share via


TemplateRegionElement.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 TemplateRegionElement object.

Remarks

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

See Also