diff --git a/modules/editor/skins/ckeditor/editor.html b/modules/editor/skins/ckeditor/editor.html index 76d12ee6e..6a91cc7b4 100755 --- a/modules/editor/skins/ckeditor/editor.html +++ b/modules/editor/skins/ckeditor/editor.html @@ -40,7 +40,8 @@ skin: '{$colorset}', contentsCss: '{$content_style_path}/editor.css', xe_editor_sequence: {$editor_sequence}, - toolbarCanCollapse: true + toolbarCanCollapse: true, + language: "{str_replace('jp','ja',$lang_type)}" }, loadXeComponent: true, enableToolbar: true,