在CKEditor中添加不同的语言 [英] Adding different Languages in CKEditor

查看:76
本文介绍了在CKEditor中添加不同的语言的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮助我如何添加我们自己的虚拟键盘插件?或如何在CKEditor中键入不同的语言?

Can any One just help me How to add our own Plugins like Virtual Keyboard? or How to type different language from Keyboard within CKEditor?

推荐答案

没问题,转到../ckeditor/config.js并改变你的语言:





not problem ,go to ../ckeditor/config.js and change your language like this:


CKEDITOR.editorConfig = function( config )
   {

    config.language = 'fr';
   };


CKEDITOR.editorConfig = function(config)

{


config.language ='fr';

};





不行....

只更改UI语言。



如何用多种语言书写内容。??

喜欢(古吉拉特语,印地语,英语,阿拉伯语)???
CKEDITOR.editorConfig = function( config )
{

config.language = 'fr';
};


Its Not Work....
Only Change UI language .

How to Write Content In Multiple language .??
Like (Gujarati,hindi,English,Arabic) ???


这篇关于在CKEditor中添加不同的语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆