Click or drag to resize
Sandcastle Help File BuilderBuild1xHelpFileLanguageId Property
This is used to get or set the language ID for the localization tool (LocalizeApp)

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public int LanguageId { get; set; }

Property Value

Type: Int32
Remarks
This is optional. If not specified, it defaults to 1033. It is ignored if LocalizeApp is not set.
See Also