Automation Engine Script Guide > Ordered by Function > System Conditions and Settings > SYS_USER_LANGUAGE

SYS_USER_LANGUAGE

Script Function: Supplies the language in which the Server generates the log files.

Syntax

SYS_USER_LANGUAGE()

Return codes

"D" - German
"E" - English
"F" - French

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 script 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

SYS_USER_ALIVE

Checks if a user is logged on to AE with a UserInterface.

SYS_USER_DEP

Supplies the departmentDepartment name to which the Automation Engine user belongs. of the user who has started the task.

SYS_USER_LNAME

Supplies the first and last name of the user who has started the task.

SYS_USER_NAME

Supplies the name of the user who has started the task.

Script Elements - User Data

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by function