Actions
Support #876
closedLanguages for tinymce
Start date:
06/27/2011
Due date:
% Done:
0%
Estimated time:
Description
Hello!
Could Wt use user's language in tinymce?
Here it is shown how to change language of tinymce:
http://tinymce.moxiecode.com/wiki.php/Language
Updated by Pieter Libin over 13 years ago
- Status changed from New to InProgress
- Assignee set to Pieter Libin
Updated by Pieter Libin over 13 years ago
- Status changed from InProgress to Resolved
Hello,
you can do this by using WTextEdit::setConfigurationSetting().
WTextEdit *te = new WTextEdit(result);
//use the dutch language
te->setConfigurationSetting("language", (const char*)"nl");
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions