My code atm is this simple:
$(document).ready(function(){
$('textarea').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.
Can anyone tell me where and how do I add any code to specify the language?
I found an easy way to set up your language to CKE 4
editor :
1. Go to config.js ->
2. Then change this line in config.js ->
3. config.language = "en"
Try this:
$('textarea').ckeditor({language: 'de'});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With