Topic Transformation CoreAdd Language Specific Text Method
Add a language specific text entry
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void AddLanguageSpecificText(
LanguageSpecificText keyword
)VB
Public Sub AddLanguageSpecificText (
keyword As LanguageSpecificText
)C++
public:
void AddLanguageSpecificText(
LanguageSpecificText^ keyword
)F#
member AddLanguageSpecificText :
keyword : LanguageSpecificText -> unit 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
| ArgumentException | This is thrown if an entry already exists for the keyword |