UltimateEditor Class Library

UltimateEditor.Language Property

Gets or sets the language to use for button titles and dropdown items.

[Visual Basic]
Public Property Language As String
[C#]
public string Language {get; set;}

Property Value

Language to use for the editor. Language files for English, Spanish, French, German, or Italian are already provided. However, you can set it to any language of your choice. The default value is English.

Remarks

The server control uses the language XML file under the ~/UltimateEditorInclude/Languages directory based on your selection. You can add your own language by creating a new XML file like MyLanguage.xml under ~/UltimateEditorInclude/Languages and by setting this property to MyLanguage. See UltimateEditor Language to get familiar with the elements and attributes of the language XML file.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace | UltimateEditor Language