setLanguage()
The setLanguage method implements how the elements (of the login framework) containing text and/or tooltips receive the correct strings. The strings are texts, which can be set in the panels of the login framework. The strings can be specified in a language catalog file or directly in the string object. The method uses a language index to present all panels in the same language.
Synopsis
public void setLanguage(int langIndex);
Parameters
-
Parameter Meaning langIndex The language that should be used e.g. for accessing catalog strings.
Return Value
-
Assignment
See also