LanguageInfoActivateLanguage Method

If IsLoaded is then loads this language from a language file. If IsLoaded is then does nothing.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool ActivateLanguage(
	SessionsManager manager
)

Parameters

manager  SessionsManager
Manager to get the language file from.

Return Value

Boolean
if the data is loaded from language file, if the data has already been loaded earlier.

See Also