TitleAndKeywordHtmlExtractLanguageSettings Property

This read-only property returns the list of language settings

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public IList<LanguageSettings> LanguageSettings { get; }

Property Value

IListLanguageSettings

Remarks

Additional language settings can be added by plug-ins if needed

See Also