Read (and set) language definition with client API
Accepted answer
Hi Carmelo,
I found this post about setting user properties: https://jazz.net/forum/questions/113234/rtc-scm-api-examples
There is also a "getUserProperty()" to retrieve the value. For language definitions, the property name is "team.enterprise.language.definition" and the value is the UUID of the language definition.
If you're in a scripting environment then you could also use the "scm" command to get/set properties (as described at https://jazz.net/forum/questions/119542/progammatically-change-the-dataset-associated-wit-a-zfolder).
-Justin
Comments
Hi Justin,
thank you for the answer! I combined it with this post of Ralph Schoon and got what I needed.