LanguageSpecificText Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public LanguageSpecificText(
	bool applyKeywordStyle,
	IEnumerable<(string LanguageId, string Keyword)> text
)

Parameters

applyKeywordStyle  Boolean
True to apply the KeywordStyleName to the rendered language-specific text, false to not apply it.
text  IEnumerableValueTupleString, String
An enumerable list of tuples containing the language ID and related text to display

See Also