SandcastleProjectLanguage Property

This read-only property is used to get the language option for the help file and to determine which set of presentation resource files to use.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public CultureInfo Language { get; }

Property Value

CultureInfo
If a matching set of presentation resources cannot be found for the specified language, the US English set will be used.

Remarks

The MS Help Viewer 1.0 Catalog ID is composed of the CatalogProductId, the CatalogVersion, and the Language code. For example, the English Visual Studio 10 catalog is VS_100_EN-US.

See Also