Binding Redirect SettingsCulture Property
This is used to get or set the culture for the assembly
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
If omitted, "neutral" is assumed
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public string Culture { get; set; }VB
Public Property Culture As String
Get
SetC++
public:
property String^ Culture {
String^ get ();
void set (String^ value);
}F#
member Culture : string with get, setProperty Value
StringIf omitted, "neutral" is assumed