id summary reporter owner description type status priority milestone component version resolution keywords cc 4345 "Fire a ""langLoaded"" event after the languages have been loaded." Niek Kouwenberg Frederico Caldeira Knabben "Currently almost every stage of the loading process will fire an event when completed, like ""customConfigLoaded"", ""configLoaded"", ""pluginsLoaded"". Only the loadLang() method doesn't fire a ""langLoaded"" event, which might come in handy for custom language manipulation. I want to add some custom translation-texts, and need to do it before my plugin loads. Since it is not (yet) possible to add these translations via the config (bug #1032), I want to use the ""langLoaded"" event. Implementation is nothing more than adding one line: {{{ 144. editor.fire( 'langLoaded' ); 145. loadPlugins( editor ); }}}" New Feature closed Normal CKEditor 3.6.1 UI : Language 3.0 fixed HasPatch