Syntax Generator TemplateLanguage 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: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Language { get; protected set; }VB
Public Property Language As String
Get
Protected SetC++
public:
property String^ Language {
String^ get ();
protected: void set (String^ value);
}F#
member Language : string with get, setProperty Value
StringThis 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.