| Build1xHelpFileLanguageId Property |
This is used to get or set the language ID for the localization tool (
LocalizeApp)
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public int LanguageId { get; set; }
Public Property LanguageId As Integer
Get
Set
public:
property int LanguageId {
int get ();
void set (int value);
}
member LanguageId : int with get, set
Property Value
Type:
Int32Remarks This is optional. If not specified, it defaults to 1033. It is ignored if
LocalizeApp is not set.
See Also