Title: [Plugin: Ultimate TinyMCE] Missing language files?
Last modified: August 20, 2016

---

# [Plugin: Ultimate TinyMCE] Missing language files?

 *  Resolved [Darth Sonic](https://wordpress.org/support/users/darth-sonic/)
 * (@darth-sonic)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/)
 * /wordpress/wp-content/plugins/ultimate-tinymce/codemagic/langs/de.js and similar../
   ds.js files are not found. How can I install ultimate tinymce on german wordpress
   blog?
 * [http://wordpress.org/extend/plugins/ultimate-tinymce/](http://wordpress.org/extend/plugins/ultimate-tinymce/)

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945807)
 * Some of the plugins added to Ultimate Tinymce are developed by third parties.
   Most of these plugins do not have updated language files.
 * You would need to manually set up your own language files to use it in German.
 * I can help you by showing you what file you which file you need to edit. If you’re
   wanting to manually translate it.
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945820)
 * I was just thinking…
 * What’s happening? Is the plugin not functioning… or is it just not displaying
   in your language?
 *  Thread Starter [Darth Sonic](https://wordpress.org/support/users/darth-sonic/)
 * (@darth-sonic)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945823)
 * Plugin is working for posts/pages but not for custom page types. On custom page
   type it is not displaying tinymce and java script console throws out errors about
   the missing language files (all de.js) so I think this could be the problem.
 * Also the editor within custom page types is displaying visual text editor content
   with foreground color same as backgroud color, so it is impossible to edit without
   switching to html view.
 * I will check this later by creating german language files.
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945825)
 * That sounds like it’s a javascript issue. I’m not sure if a missing language 
   file would cause the editor to “break” like that.
 * It’s usually because there is a javascript conflict (like a function not written
   in no-conflict mode), or it’s because two wp_editor instances are calling using
   the same ID.
 * Are you using another plugin which modifies or enhances your custom post type?
   I might also try deactivating all my other plugins… and see if Ultimate Tinymce
   works with just your theme. This would let you know if it’s a plugin conflict.
 *  Thread Starter [Darth Sonic](https://wordpress.org/support/users/darth-sonic/)
 * (@darth-sonic)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945841)
 * I am using Types plugin: [http://wordpress.org/extend/plugins/types/](http://wordpress.org/extend/plugins/types/)
 * My theme is commercial theme that is not downloadable for free.
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945842)
 * I think you can also download language packs for some of the plugins from moxiecode.
 * It won’t have them all, as some are custom… but it should have a bunch of them…
 * [http://www.tinymce.com/i18n/index.php?ctrl=lang&act=download&pr_id=1](http://www.tinymce.com/i18n/index.php?ctrl=lang&act=download&pr_id=1)
 *  Thread Starter [Darth Sonic](https://wordpress.org/support/users/darth-sonic/)
 * (@darth-sonic)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945884)
 * Meanwhile I found out that setting my blog language to en_EN (from de_DE) fixes
   visual editor. But I do not know exactly why…
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945885)
 * This sounds very strange.
 * How does your custom page type use it’s textarea for entering data? Do they use
   the wp_editor function?
 *  Thread Starter [Darth Sonic](https://wordpress.org/support/users/darth-sonic/)
 * (@darth-sonic)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945886)
 * Where can I find this function?
 * edit-form-advanced.php:
    <?php wp_editor($post->post_content, ‘content’, array(‘
   dfw’ => true, ‘tabindex’ => 1) ); ?>
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945887)
 * Make a backup, then try this in place of the code above:
 *     ```
       <?php wp_editor($post->post_content, 'content'); ?>
       ```
   
 * Just to see what happens…
 *  Thread Starter [Darth Sonic](https://wordpress.org/support/users/darth-sonic/)
 * (@darth-sonic)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945888)
 * Did not change anything 🙁
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945889)
 * Okay… would you mind giving me temporary access to the backend of your website?
   I need to take a look for myself at what you are talking about.
 * If you don’t mind… you can send the login info securely using my contact form:
   
   [http://joshlobe.com/contact-me/](http://joshlobe.com/contact-me/)
 * If you would rather not (which I can understand), then you’ll have to let me 
   do some more digging and see what I can think of.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘[Plugin: Ultimate TinyMCE] Missing language files?’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-tinymce.svg)
 * [Ultimate TinyMCE](https://wordpress.org/plugins/ultimate-tinymce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-tinymce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-tinymce/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-tinymce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-tinymce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-tinymce/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-language-files/#post-2945889)
 * Status: resolved