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 allows one component to find out what state another component has left the writer in. Perhaps one component wants to tell the other which language help text to generate and it communicates the language information by writing an xml:lang attribute.
XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace