This property sets the user interface language localization to use.. If left empty, the editor will automatically be localized to the user language settings from the clients browser Page.Request.UserLanguages[0] ,

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string Language { get; set; }
Visual Basic
Public Property Language As String
	Get
	Set
Visual C++
public:
property String^ Language {
	String^ get ();
	void set (String^ value);
}

See Also