TopicTransformationCoreCreateLanguageSpecificText 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: 2024.12.21.0
protected abstract void CreateLanguageSpecificText()

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.

See Also