Roo/HtmlEditorCore.js
[roojs1] / Roo / HtmlEditorCore.js
index 67b43a6..b1f0baa 100644 (file)
@@ -438,6 +438,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             }
             
             Roo.htmleditor.Block.initAll(this.doc.body);
+            this.updateLanguage();
             
             var lc = this.doc.body.lastChild;
             if (lc && lc.nodeType == 1 && lc.getAttribute("contenteditable") == "false") {