%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}")

Napíšte komentár