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

In the INI file ucsrv.ini you determine the language in which the server log files should be generated. Use the parameter language= for this purpose. This script function retrieves the language character that is specified in the INI file.

Example

The following example retrieves the language character and writes it to the activation report.

:SET &LOGLANG# = SYS_USER_LANGUAGE()

:
PRINT "Server language is &LOGLANG#."

Tip: To have the user's language returned, use the system variable UC_USER_LANGUAGE as follows:

:SET &UserLang# = get_var (UC_USER_LANGUAGE)

:
PRINT&UserLang#

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