Topic Transformation CoreLanguage Specific Text For 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: 2026.1.20.0
The language specific text entry if found for the given keyword or null if there isn't one
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public LanguageSpecificText LanguageSpecificTextFor(
string keyword
)VB
Public Function LanguageSpecificTextFor (
keyword As String
) As LanguageSpecificTextC++
public:
LanguageSpecificText^ LanguageSpecificTextFor(
String^ keyword
)F#
member LanguageSpecificTextFor :
keyword : string -> LanguageSpecificText Parameters
- keyword String
- The keyword for which to get language specific text
Return Value
LanguageSpecificTextThe language specific text entry if found for the given keyword or null if there isn't one