MLText
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - MLText
This Function returns a <string>, which is the text, in the current language, corresponding to the specified Multi-Language Text ID.
Parameters
Multi-Language Text ID <numeric> - ID of the multi-language text to use.
Usage
Consider that "50" is the Multi-Language Text ID for:
English | Spanish |
Kalipso is great. | Kalipso es muy bueno. |
and that the current language is Spanish.
Examples
Example 1
MLText(50) Result: Kalipso es muy bueno.
Last updated