Translate language from Visual HTML text editor

Install and configure FormaLMS and DoceboCE
Post Reply
Frank3176
Newbie
Posts: 19
Joined: Thu Aug 20, 2020 2:46 am

Translate language from Visual HTML text editor

Post 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
Attachments
HTML-Editor.png
HTML-Editor.png (5.8 KiB) Viewed 1728 times
alfa24
Senior Boarder
Posts: 1982
Joined: Fri Nov 24, 2017 8:45 am

Re: Translate language from Visual HTML text editor

Post by alfa24 »

Clean browser cache, clean twig cache and try again.
Per supporto GRATUITO contattatemi in privato qui
Frank3176
Newbie
Posts: 19
Joined: Thu Aug 20, 2020 2:46 am

Re: Translate language from Visual HTML text editor

Post by Frank3176 »

Thank you for you supporting It's Working
Post Reply