ComponentUtilitiesSupportedLanguages Property

This read-only property returns a list of languages supported by the help file builder presentation styles.

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static IEnumerable<CultureInfo> SupportedLanguages { get; }

Property Value

IEnumerableCultureInfo
The available language resources are determined by seeing what stop word list translations are available.

See Also