How to set English(UK) as a default language in CKEditor 3.2.
+1
A:
add it in your configuration file as:
config.defaultLanguage = 'en-gb';
narcisradu
2010-07-20 07:21:55
I have already done this but not working. :(
Sanjay
2010-07-20 09:12:56
can you post the lines from your configuration files?
narcisradu
2010-07-20 09:31:12
Actually i want to set default spellchecker language is English UK. It is done written the code in config.js.config.scayt_defLan = 'en_GB';config.scayt_sLang = 'en_GB';Thanks Narcisradu for helping me.
Sanjay
2010-07-21 04:53:36
@Sanjay - Then maybe you can accept my answer :). The question was not about configuring spellchecker. Try to post clear questions in the future.
narcisradu
2010-07-21 07:19:02