RadEditor for ASP.NET

RadEditor Send comments on this topic.
Language Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : Language Property


Gets or sets the localization language for the RadEditor user interface.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
<LocalizableAttribute(True)>
Public Property Language As String
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As String
 
instance.Language = value
 
value = instance.Language
C# 
[LocalizableAttribute(true)]
public string Language {get; set;}

Return Value

The localization language for the RadEditor user interface. The default value is en-US.

Remarks

The localization language will be used by the integrated spellchecker as default spellchecking language. If you want to use different language for spellchecking, you should set the DictionaryLanguage property of RadSpell.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also