LanguageSpecificTextText Property
This read-only property returns an enumerable list of the language specific text
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.HtmlAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IEnumerable<(string LanguageId, string Keyword)> Text { get; }
Public ReadOnly Property Text As IEnumerable(Of (LanguageId As String, Keyword As String))
Get
public:
property IEnumerable<ValueTuple<String^, String^>>^ Text {
IEnumerable<ValueTuple<String^, String^>>^ get ();
}
member Text : IEnumerable<ValueTuple<string, string>> with get
Property Value
IEnumerableValueTupleString,
StringThe key is the language identifier and the value is the text to show for the related language