LanguageInfo.ActivateLanguage Method

If IsLoaded is false then loads this language from a language file. If IsLoaded is true 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
true if the data is loaded from language file, false if the data has already been loaded earlier.

See Also