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 valuesckConfig.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.