Translate language from Visual HTML text editor
Translate language from Visual HTML text editor
Hi Everybody
I have a problem with the visual HTML text editor , HTML editor is in English language by default, but i need to translate it .
When i checked my preference, my visual HTML text editor is tinymce. I downloaded to another Language from the site http://www.tinymce.com/ and put it in the folder langs
In the Folder Forma.js , I put it the Following:
tinymce.init({
// General options
mode : "textareas",
theme : "modern",
language : "es", //change the language her
branding: false,
/*skin : "o2k7",
skin_variant : "silver",*/
editor_selector : "tinymce_complex",
forced_root_block : false,
force_p_newlines : false,
force_br_newlines : true,
relative_urls : true,
remove_script_host: false,
removed_menuitems: 'newdocument',
but it's not working
Somebody knows How to fix it ?
Best Regards
Frank
I have a problem with the visual HTML text editor , HTML editor is in English language by default, but i need to translate it .
When i checked my preference, my visual HTML text editor is tinymce. I downloaded to another Language from the site http://www.tinymce.com/ and put it in the folder langs
In the Folder Forma.js , I put it the Following:
tinymce.init({
// General options
mode : "textareas",
theme : "modern",
language : "es", //change the language her
branding: false,
/*skin : "o2k7",
skin_variant : "silver",*/
editor_selector : "tinymce_complex",
forced_root_block : false,
force_p_newlines : false,
force_br_newlines : true,
relative_urls : true,
remove_script_host: false,
removed_menuitems: 'newdocument',
but it's not working
Somebody knows How to fix it ?
Best Regards
Frank
- Attachments
-
- HTML-Editor.png (5.8 KiB) Viewed 2161 times
Re: Translate language from Visual HTML text editor
Clean browser cache, clean twig cache and try again.
Per supporto GRATUITO contattatemi in privato qui
Re: Translate language from Visual HTML text editor
Thank you for you supporting It's Working