Gets the current xml:lang scope.
[Visual Basic] Overridable Public ReadOnly Property XmlLang As String [C#] public string XmlLang {override get;} [C++] public: __property virtual String* get_XmlLang(); [JScript] public function get XmlLang() : String;
The current xml:lang scope.
This property represents the xml:lang scope within which the current node resides. For example, here is an XML fragment with xml:lang set to US English in the root element:
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace