开发者

How to set English(UK) as a default language in CKEditor 3.2

开发者 https://www.devze.com 2023-01-08 13:15 出处:网络
How to set English(UK) as a default开发者_JAVA百科 language in CKEditor 3.2.Setting the language via config.defaultLanguage = \'en-gb\'; just works, if the \"user interface language\" is not set.

How to set English(UK) as a default开发者_JAVA百科 language in CKEditor 3.2.


Setting the language via config.defaultLanguage = 'en-gb'; just works, if the "user interface language" is not set.

Try: "config.language = 'en-gb';"

See: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.language


add it in your configuration file as:

config.defaultLanguage = 'en-gb';
0

精彩评论

暂无评论...
验证码 换一张
取 消