Spanish language
Vayira - October 31, 2008 - 02:38
| Project: | Tiny Tiny MCE |
| Version: | 6.x-1.9 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have successfully installed Tiny Tiny MCE, got in running, configured it, defined permissions etc & it is very good.
I have also downloaded the language pack & installed all the different files the required locations. However, the interface still comes up in English although the drupal language is set as spanish.
There must be something else I have to do to get it to switch into spanish but I cannot find any more instructions anywhere.
On the tinyMCE site I find a reference to this
Using a Language Pack
tinyMCE.init({
...
language : 'en',
...
});But I assume this is only useful if you are doing your own html, rather than using Drupal.
Any suggestions?

#1
There are some instructions in the install.txt file - repeated here:
Here are some instructions, kindly supplied by Fleetcommand:
First you will need a language pack for TinyMCE. Download it from http://services.moxiecode.com/i18n/ then extract it into your TinyMCE tree to the appropriate place.
Then you need to edit the TinyMCE init script at /admin/settings/tinytinymce .. Add the language to it like this:
language : "hu",
where put the language code instead of "hu"
The default TinyMCE installation includes two themes.. The simple and advanced. If you use advanced theme, you will have two skins. the "default" and "o2k7". This also should be specified through the init script:
skin : "o2k7",
#2
Ah! Just realised that the fields in the admin are the tinyMCE.init script. Working now!
#3
Automatically closed -- issue fixed for two weeks with no activity.
#4
Could help this thread
http://drupal.org/node/328365#comment-1186488