TopicTransformationCoreReplaceLanguageSpecificText Method

Replace a language specific text entry

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void ReplaceLanguageSpecificText(
	LanguageSpecificText keyword
)

Parameters

keyword  LanguageSpecificText
The language specific text entry for the keyword to replace

Remarks

If an entry is not present for the keyword, it will be added instead

See Also