2.179 .language
At the setup object, this attribute queries or sets the current language variant of texts.
For a function, this attribute can be used to query the programming language in which the function is implemented.
-
Data type
integer (setup)
enum (function)
-
Access
get, set (setup)
get (function)
-
changed event
no
function
Value range
- lang_default
-
No programming language is specified in the function definition. The function is implemented in the default programming language C.
- lang_c
-
The function is implemented in the programming language C.
- lang_cobol
-
The function is implemented in the programming language COBOL.
- lang_cobol_cancel
-
The function is implemented in the COBOL programming language and is called using a CANCEL statement.