SyntaxGeneratorTemplateLanguage Property

This is used to get or set the language name

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public string Language { get; protected set; }

Property Value

String
This is used as the code language name added as an attribute to the divelement written to the topics. The presentation style XSL transformations will also use it to name the language-specific resource items.

See Also