Use this command to set or display the language to apply to the current user session.
The language value must be a language name previously defined for the application.
The language can only be changed if the user has a current session.
If no language is entered, the current language is displayed.
Administration command
:SLA [ language ]
Where, language is a language defined for the application.
COM+ method
SetSessionInfo([in] long lSessId, [in]BSTR bstrName, [in] VARIANT vtValue)
Where:
lSessId is the session ID for which the language is being set.
brtrName is the name of the session attribute being set. Valid values are:
LANGUAGE — sets the language for the session.
STYLE — sets the Glb.Style value.
GUI — sets the Glb.GUI value.
vtValue is the value of the session attribute being set. When setting the session language, use the language id, for example, 1033 for English.
Security
Users must be a member of one of the following COM+ roles in order to access this administrative function:
Application Administrators
Application Operators