%HI_LNG_Translate function


Function
The function translates given text according to the current language.
Declaration
TEXT%HI_LNG_Translate(
   TEXT in str
 )

Parameters
str Text to translate.

Example
TEXT  _txt
 
_txt := %HI_LNG_Translate("Text enclosed between brackets will be replaced by translation from Dictionary: {!Key}")

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.