tinymce question: how to switch default language?

2009-03-07 Thread rolandpeng
() method in TinyMCESettings class. How to switch the language from zh into en,or any others? Thanks. Roland. -- View this message in context: http://www.nabble.com/tinymce-question%3A-how-to-switch-default-language--tp22388584p22388584.html Sent from the Wicket - User mailing list archive

Re: tinymce question: how to switch default language?

2009-03-07 Thread Pointbreak
(); System.out.println(language.name()); == result: zh -- I can't find setLanguage() method in TinyMCESettings class. How to switch the language from zh into en,or any others? Thanks. Roland. -- View this message in context: http://www.nabble.com/tinymce-question%3A-how-to-switch-default-language

Re: tinymce question: how to switch default language?

2009-03-07 Thread rolandpeng
what you want (because it is influenced by the browser preferences, and the same as what wicket is using). You can override it by passing a language as second argument in the TinyMCESettings constructor. -- View this message in context: http://www.nabble.com/tinymce-question%3A-how-to-switch