Ext

Translates specified text using the active translation file.

Function Group Execution Windows Embedded Thin Client
Ext Translation Synchronous Supported Supported Supported

Syntax

Ext(strText)
strText
The text to be translated.

Returned value

Returns the text translation using the active translation file.

Examples

Tag Name Expression
Tag Ext( "Start" ) // Returned value if translating to Portuguese = "Iniciar"
Tag Ext( "Stop" ) // Returned value if translating to German = "Anschlag"