Hi
Our requirement is to change the Portal user's language for that particular session when the user clicks on a link.
Our UME is mapped to a read-only LDAP.
We are unable to modify the user_locale in UME programmically.
On trying to change user attributes in the UME using mutableUser, we are getting following error -
Problem setting language: Attribute "locale" on namespace "com.sap.security.core.usermanagement" of principal "USER.CORP_LDAP.<user_id>" is not modifiable.
Is there any way of dynamically (on clicking the link) changing the user's language without changing it in the UME or to change it temporarily in the UME without affecting LDAP?
Any other work-around?