Specifies the way in which the control will be localized.
Namespace: CuteEditorAssembly: 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 name | Value | Description | |
---|---|---|---|
Server | 0 | The System.Threading.Thread.CurrentThread.CurrentUICulture.Name | |
Client | 1 | The language settings from the clients browser Page.Request.UserLanguages[0] |