Ext
Translates specified text using the active translation file.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
Ext | Translation | Synchronous | Supported | Supported | Supported | Supported (see “Noted” below) |
Syntax
- strText
- The text to be translated.
Returned value
Returns the text translation using the active translation file.
Notes
If this function is called on Mobile Access, it will not fail but the translation will not be performed.
Examples
Tag Name | Expression |
---|---|
Tag | Ext( “Start” ) // Returned value if translating to Portuguese = “Iniciar” |
Tag | Ext( “Stop” ) // Returned value if translating to German = “Anschlag” |