XIncludeSettings.FixupXmlLang PropertyXIncludeSettings.FixupXmlLang PropertyXIncludeSettings::FixupXmlLang Property

Gets or sets a value indicating whether to perform language (xml:lang) fixup.

Syntax

Public Property FixupXmlLang As Boolean
        Get
        Set(ByVal value As Boolean)
public bool FixupXmlLang { get; set; }
public:
property bool FixupXmlLang {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if language fixup will be performed; otherwise, falseFalsefalse.

Remarks

By default, the value of this property is trueTruetrue.