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: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
Visual Basic |
---|
Public Property CultureType As CultureType
Get
Set |
See Also