TopicTransformationCoreLanguageSpecificTextFor Method

This is used to retrieve the language specific text for a given keyword

Definition

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

Parameters

keyword  String
The keyword for which to get language specific text

Return Value

LanguageSpecificText
The language specific text entry if found for the given keyword or null if there isn't one

See Also