TRANSLATE
The TRANSLATE function returns the application dictionary translation for a string expression in the current user locale. The function is intended for use with either type of Translation Dictionary.
Function Name |
TRANSLATE |
Description |
Returns the application dictionary translation for a string expression in the current user locale. |
Arguments |
TRANSLATE( 'STRING' ) Where:
|
Returns |
STRING The function returns the translation of the expression, as it exists in the Translation Dictionary that is used on your system. The user's Locale setting, configured for the User Account in Geo SCADA Expert, determines the target language of the translation. The expression will return the string untranslated if:
|
With the following example, a Translation Dictionary has been set up to include French translations. In the Translation Dictionary, the English string 'High' is configured to have the French equivalent of 'Haut'. The account of the user that is logged on to Geo SCADA Expert is configured to have a French Locale. When the following expression is evaluated, it returns the translation 'Haut':
TRANSLATE('@High')