Contents
Display Legacy Contents

 Print
    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.

     
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.

Example 1
MLText(50)

Result: Kalipso es muy bueno.

See also
Samples

 
Updated: 11/5/2014 11:51 AM