Rich Text Editor language

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
shadedk
Posts: 36
Joined: Fri Aug 07, 2020 1:17 pm

Rich Text Editor language

Post 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',
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Rich Text Editor language

Post by Klemen »

Good point about translating TinyMCE, thank you for sharing your solution.

We'll need to add these instructions to the knowledgebase.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply