如何指定CKEditor(jquery版本)的界面语言? [英] How do I specify the interface language for CKEditor (jquery version)?

查看:1272
本文介绍了如何指定CKEditor(jquery版本)的界面语言?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的代码atm是这么简单:

My code atm is this simple:

$(document).ready(function(){
   $('textarea').ckeditor();
});

它无瑕疵地工作,我只需要添加一件事:我需要指定接口语言本土化)。我尝试阅读CKEditor帮助网站,但是它不是很有帮助。

It works flawlessly, I just need to add one more thing: I need to specify the interface language (localisation). I tried reading the CKEditor help site, but it isn't very helpful.

任何人都可以告诉我在哪里和如何添加任何代码来指定语言? p>

Can anyone tell me where and how do I add any code to specify the language?

推荐答案

尝试:

$('textarea').ckeditor({language: 'de'});

这篇关于如何指定CKEditor(jquery版本)的界面语言?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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