Ledzz / angular2-tinymce

Angular 2 component for TinyMCE MCE WYSIWYG editor
https://angular2-tinymce.surge.sh
66 stars 37 forks source link

dynamic localization #28

Closed greatbanner closed 7 years ago

greatbanner commented 7 years ago

greetings,

I want to localize tinymce depends of a parameter, how can i handle in the .withConfig actually i do something like this:

TinymceModule.withConfig({
  language: 'es'
})

but i need it to be dynamic, i have a component that handle my localization, but don't know how can i tell tinymce to change it's language :/

Ledzz commented 7 years ago

Hello! When per-editor configuration will be available, this would be simple. I don't know, if there is a way to do it now.