How to make HTML Editor in ANY language
You can make
HTML Editor support your native language.
It can be done in a few steps.
-
Make a copy of en.xml file in /Editor_data/ed_localization folder.
-
Rename the copy to xx.xml where xx
is new supported language name (de, es and so on).
-
Translate semantic fields in the file to selected language.
Note: Be careful with field lengths in <popup-windows> section of the XML file.
Text that is too long can "break" popups' design.
Now you can set the
Language property of
HTML Editor to the new language name.
Example: Language = "es"
See
HTML Editor properties & events page for details.
We ask you to send your new localization
XML files
to
Obout Support.
We will make your localized XML file available for everyone and give you credit for it.
It is also possible to make editor autodetect the language.
See
cs_AutoLanguage.aspx or
vb_AutoLanguage.aspx examples in
HTML Editor section of downloaded
Suite.