2
votes

I am using the image plugin in TinyMCE text editor. When I click on the image plugin, it will display a dialog box with different properties (Image Description, Source etc.)

The image plugin dialog box looks like this,

TinyMCE Image Plugin Dialog Box

I need to change the "Image Description" text. Or add a tooltip text to the "Image Description" text. How can I achieve that?

1

1 Answers

-2
votes

The translations for all the strings in TinyMCE are in language files. You can download these files from here:

https://www.tinymce.com/download/language-packages/

This will allow you to grab the languages you need and then deploy them within TinyMCE. Once you download the zip files you will need to unzip the contents to your tinymce/langs folder and set the language in your TinyMCE init such as:

language: 'es'

...or...

language:  'en_US'

...if you want to change some English stuff you can create an en_US file and just add the translations you want to to the file.