This property sets the behavior for determining how the current culture is chosen for the CuteEditor. Server uses the The System.Threading.Thread.CurrentThread.CurrentCulture.Name , Client uses language settings from the clients browser Page.Request.UserLanguages[0] , Custom: You can use the Editor.CustomCulture property to specify the culture in the current thread.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public CultureType CultureType { get; set; }
Visual Basic
Public Property CultureType As CultureType
	Get
	Set
Visual C++
public:
property CultureType CultureType {
	CultureType get ();
	void set (CultureType value);
}

See Also