Lang

HTMLElement.Lang property

Gets or sets the language code defined in RFC 1766. See the lang attribute definition in HTML 4.01.

public string Lang { get; set; }

See Also