Detect current Language, retrieve LCID of current User, Workflow User defined Action?

  • 12 November 2015
  • 1 reply
  • 2 views

Badge +3

Hello,

i have the requirement to retrieve the Language Local ID (LCID) of the current User in a NINTEX Workflow-Variable to trigger the language of E-Mail-Workflow-Notifications in NINTEX Workflow 2013 Enterprise.

With Javascript I can detect the LCID with that:

script type="text/javascript">

var lcid =_spPageContextInfo.currentLanguage;

alert("Language Local ID LCID: " + (lcid)); </script>

LCID delivers 1031 for german or 1033 for english

But how can I accomplishe this with a NINTEX Workflow Action?

Is there any way to detect the language of the browser (current user) with NINTEX workflow Action?


1 reply

Userlevel 6
Badge +16

In the case you have a Nintex Form , you could use that script and set that value on a list column and then use it on the workflow.

If you should have that action, the context of that action will not be a browser.

Reply