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)

3225.patch (2.1 KB) - added by Frederico Caldeira Knabben 16 years ago.

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by Frederico Caldeira Knabben

Attachment: 3225.patch added

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Review? added
Status: newassigned

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.

comment:2 Changed 16 years ago by Garry Yao

Keywords: Review+ added; Review? removed

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [3294].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy