ISandcastle ProjectLanguage 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: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If a matching set of presentation resources cannot be found for the specified language, the US English set will be used.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
CultureInfo Language { get; }VB
ReadOnly Property Language As CultureInfo
GetC++
property CultureInfo^ Language {
CultureInfo^ get ();
}F#
abstract Language : CultureInfo with getProperty Value
CultureInfoIf 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.