CuteEditor for .NET 6.0 Class Library

Editor.CultureType Property

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.

[Visual Basic]
Public Property CultureType As CultureType
[C#]
public CultureType CultureType {get; set;}

See Also

Editor Class | CuteEditor Namespace