Equinox Online Help - Language Reference - A to Z

Home

TranslationFile

Applies to
SyntaxTranslationFile
Action[Function] Returns the path and name of the current translation file
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 TranslateText
Example
Hintlabel.text = TranslateText(HintText)