Equinox Online Help - Language Reference - A to Z
TranslateText |
|
|---|---|
| Applies to | ![]() |
| Syntax | TranslateText [StringItemToTranslate] |
| Action | [Function] Translates a string to the current language |
| Scope | Usable 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. |
| Category | Translation |
| See Also | TranslationFile |
| Example | Hintlabel.text = TranslateText(HintText) |
