CultureType Enumeration
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| CultureType Enumeration |
| See Also Send Feedback |
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] |