SyntaxGeneratorTemplateLanguage Property
This is used to get or set the language name
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGeneratorAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string Language { get; protected set; }
Public Property Language As String
Get
Protected Set
public:
property String^ Language {
String^ get ();
protected: void set (String^ value);
}
member Language : string with get, set
Property 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.