We are using Activiti Engine 5 as our workflow component and we have a custom UI to render the forms for the UI Task. The custom UI is based on Angular JS.
We need to render the labels i.e. activiti form keys in a particular that is dictated by user's preferences. So, wanted to understand how this can achieved and what i would need to do in the process template to achieve this. E.g. can I add locale(translations) of the labels in the process template's (basically xml) and then engine would render the labels in the specified locale.