Topic Transformation CoreCreate Language Specific Text Method
This is called to create the language specific text elements that will be used by the transformation
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected abstract void CreateLanguageSpecificText()VB
Protected MustOverride Sub CreateLanguageSpecificTextC++
protected:
virtual void CreateLanguageSpecificText() abstractF#
abstract CreateLanguageSpecificText : unit -> unit Remarks
Define the common keywords used in language-specific text. These will be connected to the
language filter in the topic and the appropriate text will be shown based on the selected language.