LanguageSpecificTextText Property

This read-only property returns an enumerable list of the language specific text

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IEnumerable<(string LanguageId, string Keyword)> Text { get; }

Property Value

IEnumerableValueTupleString, String
The key is the language identifier and the value is the text to show for the related language

See Also