Include.LanguageFixup PropertyInclude.LanguageFixup PropertyInclude::LanguageFixup Property

Optional boolBooleanbool parameter.

Specifies whether language fixup will be performed.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if language fixup should be performed; otherwise falseFalsefalse.

Remarks

By default, language fixup will be performed.