CuteEditor for .NET 6.0 Class Library

CultureType Enumeration

Specifies the way in which the control will be localized.

[Visual Basic]
Public Enum CultureType
[C#]
public enum CultureType

Members

Member Name Description
Server The System.Threading.Thread.CurrentThread.CurrentUICulture.Name
Client The language settings from the clients browser Page.Request.UserLanguages[0]

Requirements

Namespace: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

CuteEditor Namespace