TopicTransformationCoreAddLanguageSpecificText Method

Add 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 AddLanguageSpecificText(
	LanguageSpecificText keyword
)

Parameters

keyword  LanguageSpecificText
The language specific text entry for the keyword

Remarks

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

Exceptions

ArgumentExceptionThis is thrown if an entry already exists for the keyword

See Also