Specifies the way in which the control will be localized.

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

Syntax

C#
public enum CultureType
Visual Basic
Public Enumeration CultureType
Visual C++
public enum class CultureType

Members

Member nameValueDescription
Server0 The System.Threading.Thread.CurrentThread.CurrentUICulture.Name
Client1 The language settings from the clients browser Page.Request.UserLanguages[0]

See Also