Topic Transformation CoreLocale Property
This is used to get or set the locale
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not set, the default is en-US
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Locale { get; set; }VB
Public Property Locale As String
Get
SetC++
public:
property String^ Locale {
String^ get ();
void set (String^ value);
}F#
member Locale : string with get, setProperty Value
StringIf not set, the default is en-US