AvailableLanguages
AvailableLanguage
yields a list of all enabled languages in the project (see project configuration). You can access its specific items using the index-indicator.
The languages found in this list can for example be used in the "Change language" process node.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a list of available languages by their language code.
Underscore or Hyphen
The Language Code or Keyword is used with underscore and no doublequotes:
nl_NL
or en_US
The Language as a value, as displayed on a page or used as a text-parameter, uses a hyphen: "nl-NL" or "en-US" (doublequotes in expression as text) or nl-NL / en-US as plain values on page.
Syntax
Last updated