Script Function: Supplies the language in which the Server generates the log files.
SYS_USER_LANGUAGE()
| 
                     Return codes  | 
            
|---|
| 
                     "D" - German  | 
            
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 script function retrieves the language character that has been specified.
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 departmentDepartment name to which the Automation Engine user belongs. 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