Opened 16 years ago
Closed 16 years ago
#3225 closed Bug (fixed)
Have a single config option to set the UI language
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Review+ | Cc: |
Description
Currently, if you want to set the UI to a specific language, you need to set, in the configurations, both autoLanguage to "false" and defaultLanguage to the desired language code. This is cumbersome, and counterintuitive.
It should be possible to set the UI language with a single configuration option.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 3225.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
This patch removes the autoLanguage setting, replacing it with the new language setting. If it's empty (default), then the language is automatically detected (using the defaultLanguage if needed). Otherwise, it loads the language specified on it.