Project

General

Profile

Actions

Support #876

closed
BN PL

Languages for tinymce

Support #876: Languages for tinymce

Added by Boris Nagaev about 15 years ago. Updated about 15 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

PL Updated by Pieter Libin about 15 years ago Actions #1

  • Status changed from New to InProgress
  • Assignee set to Pieter Libin

PL Updated by Pieter Libin about 15 years ago Actions #2

  • 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");

KD Updated by Koen Deforche about 15 years ago Actions #3

  • Target version set to 3.1.10

KD Updated by Koen Deforche about 15 years ago Actions #4

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom