Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-2.4
Component:
Editor - CKEditor
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2011 at 20:35 UTC
Updated:
11 May 2012 at 02:14 UTC
I use Ckeditor 3.6.2 for a bilingual site (UK & FR).
Ckeditor keeps default language (UK) when I change language option
thanks
Comments
Comment #1
MarkU commentedThis is a serious problem for anyone (i.e. me!) developing a Multilingual Site with authors contributing content in their own languages - in my case English, Welsh, Chinese and German (using Entity Translation).
Whilst the Drupal Interface can be localised in a number of ways (User Preference, Browser language detection etc.) AND ordinarily CKEditor's default setting automatically localizes the editor to the language of the user, the latter doesn't work when installed using the WYSIWYG Module processes. [Unhappy Chinese and Germans !]
Comment #2
twodI did not know CKEditor would try to autodetect the language if that setting is left empty.
You can override the CKEditor language setting with anything you'd like with a small module like this:
sites/default/modules/MYMODULE/MYMODULE.info
sites/default/modules/MYMODULE/MYMODULE.module
This is something we'll have to keep in mind for #532794: Use current user's language, #1055298: Limit language selection to installed languages, #362318: Limit wysiwyg language selection to available languages.