setUseUserLanguage()
The method sets the member variable m_useUserLanguage, which determines if the UI should be started with the language selected via the check box Load user-specific project language or the language saved in the users data point _Users.Language. The language that was selected e.g. via the User administration panel is saved in the _Users.Language DP. If the _Users.Language does not contain a language, the language of the Load user-specific project language check box is used.
If you want to open the user interface via a user-specific panel by using a specific language, implement the check box.

Synopsis
public void setUseUserLanguage(bool useUserLanguage);
Parameters
Parameter | Meaning |
---|---|
useUserLanguage | Set the parameter useUserLanguage to TRUE if the language saved in the users data point _Users.Language should be used and to FALSE if the language selected via the check box Load user-specific project language should be used |
Return Value
-
Assignment
Login Framework classesSee also