Are there any ways to turn off multi-lingual context in alfresco 5.2?
I' ve got a problem with cm:titled aspect, I update description\title with soap request to alfresco Object Service Port and description updated only to English version, but I can't see updated values if my browser language differs from English.
So if I can to disable multilingual on cm: titled, or maybe disable multilingual at all it will solve my problem, but when I changed in contentModel.xml cm: titled type like this
<type>d:text</type>
nothing changed.
Are there any other ways?
Thanks.
There is no way to compeltely disable handling of d:mltext properties in Alfresco. The only way to disable it for specific properties would be by changing the property type to d:text. It should be possible to do this for the default model as well, but you may have issues getting your changes loaded properly. Also, some aspects of the default model are also somewhat hard-coded, though AFAIK this should not relate to cm:title/cm:description.
Note that a change of the default model is not trivial and without risk. Be aware that it is not safe to do such a change in an already existing Alfresco system as existing data may already use d:mltext and accessing nodes with such properties may result in errors due to incompatability. Additionally, some content bootstraps may try to set multi-lingual values for these properties and such bootstraps may also fail.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.