The current time zone as configured in the project settings.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns an timezone.
This is a list of the languages now supported by the WEM modeler. First you have the full name, WEM name and its standard format.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
The value in the Locale/Key column is used in WEM as Keyword (no quotes in expressions) and the value in the Text columns is the string/text representation of the language code when displayed on a page or when used as text-value in expressions. The difference is the underscore for keyword and the hyphen in the text/display value. See CurrentLanguage
Albanian - ALBANIA
Simplified Chinese
Traditional Chinese
Czech - CZECHIA
Danish - DENMARK
Dutch - BELGIUM
Dutch - NETHERLANDS
English - UNITED KINGDOM
English - UNITED STATES OF AMERICA
French - BELGIUM
French - FRANCE
German - GERMANY
Italian - ITALY
Japanese - JAPAN
Korean - KOREA, REPUBLIC OF
Portuguese - BRAZIL
Portuguese - PORTUGAL
Spanish - MEXICO
Spanish - SPAIN
Swedish - SWEDEN
Telugu - INDIA
Turkish - TURKEY
The current language active in the Runtime, as configured in the project settings and optionally changed/selected by the user, or the "Change language" process node, in the active session.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns the language which is currently active in the Runtime User session, based on the configuration in the Portal Settings.
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.
When a function or a process node expects a language value as input, it may in some cases accept the keyword (nl_NL) and in other cases the ToString value ("nl-NL"). You can then choose to use the text literal (like "nl-NL") or use the ToString(language) function, like ToString(CurrentLanguage)
or ToString(nl_NL)
.
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.
A text value with the language strategy as configured in the project settings.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns the possible values are: "Fixed" Always use the default language "User Agent" Use the browser language of client "Cookie" Let client select language