Page 1 of 1

Rich Text Editor language

Posted: Tue Mar 09, 2021 11:48 am
by shadedk
Version of script: 3.2.0
Hosting company: on-prem
What terms did you try when SEARCHING for a solution: rich text editor language

Write your message below:

Is there a reccomended or best way to change the language in the rich text editor?

I have done this (and it works):

1) Downloaded the correct language pack for tiny_mce from: https://www.tiny.cloud/get-tiny/language-packages/

2) Placed the language file in: HESK_BASE_DIR/inc/tiny_mce/5.6.2/langs

3) Modified the file: HESK_BASE_DIR/inc/tiny_mce/tinymce.inc.php so there in the tinymce.init call is a language line that says

Code: Select all

        tinymce.init({
        selector: '<?php echo $selector; ?>',
        language: 'LANG_KODE',

Re: Rich Text Editor language

Posted: Tue Mar 09, 2021 4:56 pm
by Klemen
Good point about translating TinyMCE, thank you for sharing your solution.

We'll need to add these instructions to the knowledgebase.