LanguageSpecificText.Text Property
Definition
- Assembly
- Sandcastle.Core.dll
This read-only property returns an enumerable list of the language specific text
public IEnumerable<(string LanguageId, string Keyword)> Text { get; }
Property Value
- IEnumerable<(string Key, string Value)>
The key is the language identifier and the value is the text to show for the related language