Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Louis Springer
54
Views
1
Comments
[CKEditor] Config parameter: Translate CKEditor User Painel
Question
Forge
CKEditor (O11)
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 !
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...