Hi,
i'm currently using document editor inside a webpage and i'm setting the following configuration:
"
editorConfig: {
...........................
user: {
id: editor_userid, //this is a generated id
firstname: "John",
lastname: "Smith",
language: "pt",
lang: "pt"
},
.............................
},
"
I understand the language and spellchecker are set based on the profile language so i'm trying to pass them as parameters in the user section but with no success.
I need a way to configure user profile language before editing the document, can u help?
Thanks in advance