SYS_USER_LANGUAGE
Script Function: Supplies the language in which the Server generates the log files.
Syntax
SYS_USER_LANGUAGE ()
Return codes |
---|
"D" - German |
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 |
---|---|
Checks if a user is logged on to AE with an Automic Web Interface. |
|
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