| Build1xHelpFileLocalizeApp Property |
This is used to pass in the name of the application to use as the localization wrapper
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string LocalizeApp { get; set; }
Public Property LocalizeApp As String
Get
Set
public:
property String^ LocalizeApp {
String^ get ();
void set (String^ value);
}
member LocalizeApp : string with get, set
Property Value
Type:
StringRemarks This is optional. If specified, it will be used to run the help compiler to work around
encoding issues.
See Also