XmlTextWriter::XmlLang Property
.NET Framework (current version)
Gets the current xml:lang scope.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::String^The current xml:lang or null if there is no xml:lang in the current scope.
Note |
|---|
Starting with the .NET Framework 2.0, we recommend that you create XmlWriter instances by using the XmlWriter::Create method and the XmlWriterSettings class to take advantage of new functionality. |
This property allows one component to find out what state another component has left the writer in. For example, perhaps one component wants to tell another which language help text to generate. The language information is communicated by writing an xml:lang attribute.
.NET Framework
Available since 1.1
Available since 1.1
Show:
