XmlParserContext.XmlLang Property

Definition

Gets or sets the current xml:lang scope.

public:
 property System::String ^ XmlLang { System::String ^ get(); void set(System::String ^ value); };
public string XmlLang { get; set; }
member this.XmlLang : string with get, set
Public Property XmlLang As String

Property Value

The current xml:lang scope. If there is no xml:lang in scope, String.Empty is returned.

Remarks

For details on valid xml:lang values, refer to section 2.12 of the W3C Extensible Markup Language (XML) 1.0 recommendation.

Applies to