ComponentUtilitiesSupportedLanguages Property
This read-only property returns a list of languages supported by the help file builder presentation
styles.
Namespace: Sandcastle.CoreAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static IEnumerable<CultureInfo> SupportedLanguages { get; }
Public Shared ReadOnly Property SupportedLanguages As IEnumerable(Of CultureInfo)
Get
public:
static property IEnumerable<CultureInfo^>^ SupportedLanguages {
IEnumerable<CultureInfo^>^ get ();
}
static member SupportedLanguages : IEnumerable<CultureInfo> with get
Property Value
IEnumerableCultureInfoThe available language resources are determined by seeing what stop word list translations are
available.