Page 1 of 1

Translate language from Visual HTML text editor

Posted: Fri Sep 11, 2020 11:26 pm
by Frank3176
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

Re: Translate language from Visual HTML text editor

Posted: Mon Sep 14, 2020 11:11 am
by alfa24
Clean browser cache, clean twig cache and try again.

Re: Translate language from Visual HTML text editor

Posted: Tue Sep 22, 2020 7:20 pm
by Frank3176
Thank you for you supporting It's Working