Hi,
Question: How can I get the User Language via Deluge Script.
Use Case: The user set up the language to A. Then the user opens a form. In this form is a Note field in language A. When the user change the language settings to B the Note field change to language B.
Solution:
- Set up localization settings with language A and B
- Create a Workflow when opening the form
- Create a If/else deluge script depending on the user language settings when opening the form
- Change the input.note value to whatever language comes from step 4
Problem: There is no Deluge System Variables to determine the language in step 3
How can I solve this?
Best Regards
Marcus