TEXT %LNG_Translate( TEXT in str[, INT in lngIdx = -1 | TEXT in lngName] )
str | Text for translation. |
lngIdx | Language Identifier. The current language will be used if the identifier is not set or its value is -1. |
lngName | Text identifier of language - name of the language. |
TEXT _txt INT _lngIdx _lngIdx := 1 ; language index can be acquired by HI_LNG_GetCurrLngIdx in ESL active scheme script
_txt := %LNG_Translate("Text in brackets is substituted by the translation from vocabulary: {!Key}. Language is identified by its name.", "SK")
0 komentárov