The locale data originaled from. This field is automatically maintaned, do not set it unless implementing localization logic.

Namespace: Composite.Data.ProcessControlled
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
string SourceCultureName { get; set; }
Visual Basic
Property SourceCultureName As String
	Get
	Set
Visual C++
property String^ SourceCultureName {
	String^ get ();
	void set (String^ value);
}

See Also