54
Views
1
Comments
[CKEditor] Config parameter: Translate CKEditor User Painel
Question
ckeditor
Web icon
Forge asset by CKEditor Team
Hi, Guys

Im trying force CKeditor translate to portuguese using the config imput parameter.
language : 'pt',
But not working. Anyone can help ?

https://docs.ckeditor.com/#!/guide/dev_uilanguage

Thank you !
UserImage.jpg
alan wright
Hi, I am new to outsystems but this is probably due to the following code in the CKEditor webblock javascript which inits the editor - it overwrites some of the config attributes that are passed in:
        //Force some config values
        ckConfig.language = 'en';

Until this is fixed i think the best you can do is try to set the editor config directly after the javascript has created the ckeditor instances.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.