Hello,
I'm trying to figure out how to set or select language used inside a JavaScript back-end Webscript
I'm currently setting title and description of a node
fileHandleFile.properties.title = titreHandleFile;
fileHandleFile.properties.description = descriptionHandleFile;
fileHandleFile.save();
but i can't manage to set the language used for this.
Moreover, if i use native web client interface (alfdicoms/faces/jsp/dialog/container.jsp) and set profile preference "Content Language Filter" to "French" I can read the new value but when i go back to "All Language"
so two questions :
1. How to set MLText lang at setting time inside a webscript ?
2. how to set MLText lange at reading time inside a webscript ?
If we must use it trough user profile preference, how can we change it trough Web Script ?
Regards