TopicTransformationCore.AddLanguageSpecificTextRange Method

Add a range of language specific text entries

Definition

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

Parameters

keywords  IEnumerable<LanguageSpecificText>
The language specific text entries to add

Remarks

Entries will be indexed for each of the given language keywords in the entry

Exceptions

ArgumentExceptionThis is thrown if a keyword already has an entry

See Also