Got it.I missed the part of constructor.
The way to set my lanuage works.
--
TinyMCESettings settings=new
TinyMCESettings(TinyMCESettings.Theme.advanced,Language.tw);
--

thank you!


pointbreak+wicketstuff wrote:
> 
> The default language is based on the locale of the session. Which is
> normally 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-default-language--tp22388584p22394058.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to