tinymce-docs icon indicating copy to clipboard operation
tinymce-docs copied to clipboard

I can't find what I'm looking for: configure/localization.md

Open rbuelund opened this issue 3 years ago • 1 comments

Is it possible to add several language files to the tinyMCE editor. If you for example have one file for the core and one file for a plugin, eg tinymce/langs/da.js and tinemce/plugins/bootstrap/langs/da.js ?

rbuelund avatar Apr 25 '22 09:04 rbuelund

Hi @rbuelund, yes it should be possible to do what you want by using the requireLangPack API. The documentation for how to use that API to load translations for a plugin can be found here: https://www.tiny.cloud/docs/tinymce/6/creating-a-plugin/#language-localization

lnewson avatar Jun 03 '22 09:06 lnewson