ExportLanguageInformation

MhtmlSaveOptions.ExportLanguageInformation property

Specifies whether language information is exported to MHTML. Default value is false.

public bool ExportLanguageInformation { get; set; }

Remarks

When this property is set to true, the GroupDocs.Editor emits the lang HTML-attribute on the document elements that specify language. This can be needed to preserve language related semantics.

See Also