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