|
telerik r.a.d.editor provides a mechanism for quick and easy
localization. All labels, buttons, tooltips, and error messages are obtained
from external XML files, so that the language of the editor can be switched
with a single property (Language).
e.g. <radE:RadEditor id="editor1" runat="server" Language="en-US"
/>
When you set the Localization language for r.a.d.editor , the
Localization language and Dictionary for r.a.d.spell will be properly
set as well.
Developers can also localize the component for languages, which are not provided
with the r.a.d.editor distribution by modifying the provided set of XML
files. Localization subfolders are in the /RadControls/Editor/Localization
folder.
|