Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In my application locale can be set dynamically so same behavior i want in the CKEditor , ex if in my app i change locale from EN to DA , i want same to be done in CKEditor.

share|improve this question

1 Answer

up vote 4 down vote accepted

Unfortunately there's no way to do this during the runtime. The only way is to destroy() the instance first, and then create another one with different config.language setup.

This is how the official UI Languages demo works.

share|improve this answer
thanks........... – Garry Jan 29 at 9:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.