Equinox Online Help - Language Reference - A to Z

Home

TranslateText

Applies to
SyntaxTranslateText [StringItemToTranslate]
Action[Function] Translates a string to the current language
ScopeUsable anywhere
Notes

This function translates the string expression [StringItemToTranslate] into the current language, if it exists in the language file. It's useful where a string expression or database item is used in the method language, and so is not a constant that can be automatically translated.

CategoryTranslation
See Also TranslationFile
Example
Hintlabel.text = TranslateText(HintText)