Project

General

Profile

Actions

Support #876

closed

Languages for tinymce

Added by Boris Nagaev almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Low
Assignee:
Pieter Libin
Target version:
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

Actions #1

Updated by Pieter Libin almost 13 years ago

  • Status changed from New to InProgress
  • Assignee set to Pieter Libin
Actions #2

Updated by Pieter Libin almost 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");
Actions #3

Updated by Koen Deforche almost 13 years ago

  • Target version set to 3.1.10
Actions #4

Updated by Koen Deforche almost 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF