Project:Tiny Tiny MCE
Version:6.x-1.12
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Is there a way to support language switch with ttmce? Drupal 6.9, de and en as languages are used. TinyMCE 3.2 as editor

I am using this in a test envrionment to prep a website. Seems to work fine otherwise. Integration to IMCE established as well.

Comments

#1

I'm using following code for init script:

var tinyMce_lang = document.documentElement.lang.substr(0, 2);
if (typeof tinyMce_lang != "string" || tinyMce_lang == "")
   tinyMce_lang = "en";

tinyMCE.init({
   language: tinyMce_lang,
...
nobody click here