Get User Language

Get User Language

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: 
  1. Set up localization settings with language A and B
  2. Create a Workflow when opening the form
  3. Create a If/else deluge script depending on the user language settings when opening the form
  4. 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