Script Function: Supplies the language in which the Server generates the log files.
Syntax
SYS_USER_LANGUAGE()
Return codes |
---|
"D" - German |
Comments
You can determine the language in which the Server log files should be generated in the INI file ucsrv.ini by using the parameter language=. This scriptEgalement un type d'objet distinct dans l'Automation Engine. function retrieves the language character that has been specified.
Example
The following example retrieves the language character using this script function and writes it to the activation report.
:SET &LOGLANG# = SYS_USER_LANGUAGE()
:PRINT "Server language is &LOGLANG#."
See also:
Script element | Description |
---|---|
Checks if a user is logged on to AE with a UserInterface. |
|
Supplies the department of the user who has started the task. |
|
Supplies the first and last name of the user who has started the task. |
|
Supplies the name of the user who has started the task. |
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function