Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectLanguage Property
This is used to get or set the language option for the help file and to determine which set of presentation resource files to use.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[TypeConverterAttribute(typeof(LanguageResourceConverter))]
public CultureInfo Language { get; set; }

Property Value

Type: 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