ApplyLang$

Takes one parameter

Description:

This function will apply the current user's Language preference to the input text for use in dynamic aspects of a system in MOX code.

This is also available as a Function of the Text command. This is useful when you want to get rid of the language option in a WorkQuery.

Example:

[New] Example = "[ Language English ]Example[ /Language ][ Language French ]Exemple[ /Language ]"
Example = ApplyLang$ Example
Html Example
 If the current user's language is set to English the output would be "Example".
 If the current user's language is set to French the output would be "Exemple".
(Note: In the example the string has extra spaces because otherwise MOX automatically applies the Language)