| SandcastleHtmlExtractLocalizedFolder Property |
This is used to set the localized output folder name
Namespace: SandcastleBuilder.HtmlExtractAssembly: SandcastleHtmlExtract (in SandcastleHtmlExtract.exe) Version: 2014.11.22.0
Syntax public string LocalizedFolder { get; set; }
Public Property LocalizedFolder As String
Get
Set
public:
property String^ LocalizedFolder {
String^ get ();
void set (String^ value);
}
member LocalizedFolder : string with get, set
Property Value
Type:
StringThis is optional. If not set, the HTML files will not be localized.
See Also