|  | BindingRedirectSettingsCulture Property | 
            This is used to get or set the culture for the assembly
            
 
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic string Culture { get; set; }Public Property Culture As String
	Get
	Set
public:
property String^ Culture {
	String^ get ();
	void set (String^ value);
}member Culture : string with get, set
Property Value
Type: 
StringIf omitted, "neutral" is assumed
 See Also
See Also