A Learning Almagro
A Learning Almagro

Reputation: 33

How to change language tooltip of the buttons?

I need to change the language of the tooltip in buttons of the toolbar in Tinymce.

In this moment is english..

I have tried change the language but only get change in spellchecker

Upvotes: 0

Views: 525

Answers (1)

Michael Fromin
Michael Fromin

Reputation: 13744

The language packs for TinyMCE are downloaded from a separate web page:

http://archive.tinymce.com/i18n/

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'

Upvotes: 1

Related Questions