TinyMCE is multilingual but not in cms
Posted: Thu May 26, 2005 8:47 am
At first - the latest version of Tiny is 1.44 .
Tiny comes with many language files, but in the cms it startet only with the default in english.
It is easy to make this work in all languages:
Here i set it to german.
If you use the user language preference to this it works.
Only some Tiny plugins (ex. ibrowser) have only one language files (english). This file must be copy to the language-file you wish and it must be translated.
Tiny comes with many language files, but in the cms it startet only with the default in english.
It is easy to make this work in all languages:
Code: Select all
verify_css_classes : "false",
language : "de",
If you use the user language preference to this it works.
Only some Tiny plugins (ex. ibrowser) have only one language files (english). This file must be copy to the language-file you wish and it must be translated.