How to change the language of the Forum Editor,I want to change the language of the editor.
How to change the language of the Forum Editor,I want to change the language of the editor. |
Rules → http://www.boonex.com/terms |
The language choice for TinyMCE is part of the init. Not sure if this can be dynamic, changing when the language changes. Language packs for TinyMCE can be found on TinyMCE's website with instruction on setting the language. It will be interesting to see how this is implemented. Geeks, making the world a better place |
Felix of TinyMCE had this to say about dynamically changing the language of the editor: To change the language in an already initialized editor you would have to destroy the editor and re-create it using a different init call. Of course you need to first retrieve its contents and then re-apply them again. So it seems we need to know what language the editor should be in before we initialise the editor for the member. Geeks, making the world a better place |