TopicTransformationCoreReplaceLanguageSpecificTextRange Method

Replace a range of language specific text entries

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void ReplaceLanguageSpecificTextRange(
	IEnumerable<LanguageSpecificText> keywords
)

Parameters

keywords  IEnumerableLanguageSpecificText
The language specific text entries to replace. If an entry is not present for the keyword, it will be added instead.

See Also