tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
330 stars 92 forks source link

how to change the language on fly, in tinymce-angular #150

Closed chrispcb closed 4 years ago

chrispcb commented 4 years ago

hi !

I initialize editor in fr_FR (from language and language_url options) for exemple. And I would like to change in ES language on fly from the external button on web page.

how to do ? (angular 8)

jscasca commented 4 years ago

hi @chrispcb

Currently there is no way to change the language on the fly. You would have to re-load the editor so it initializes everything it needs in the new language.

chrispcb commented 4 years ago

@jscasca

Ok thanks