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',