tinymce-docs
tinymce-docs copied to clipboard
I can't find what I'm looking for: configure/integration-and-setup.md
under setup callback, if I set the language code like
editor.editorManager.i18n.setCode('ja')
the same is not set to the editor control (angular) from which the setup callback was triggered.
Is there an alternative way to achieve the same?