Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

lang(string)

lang(string)

The
lang
function returns true or false depending on whether the language of the context node as specified by
xml:lang
attributes is the same as or is a sub-language of the language specified by the argument string. The language of the context node is determined by the value of the
xml:lang
attribute on the context node, or, if the context node has no
xml:lang
attribute, by the value of the
xml:lang
attribute on the nearest ancestor of the context node that has an
xml:lang
attribute. If there is no such attribute, then
lang
returns false. If there is such an attribute, then
lang
returns true if the attribute value is equal to the argument ignoring case, or if there is some suffix starting with - such that the attribute value is equal to the argument ignoring that suffix of the attribute value and ignoring case.

0 COMMENTS

We’d like to hear from you!