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.74.9654.0
C#
public bool ActivateLanguage(
	IFileAccessor fileAccessor,
	ISystemSpecifics systemSpecifics
)

Parameters

fileAccessor  IFileAccessor
Interface to get the language file from.
systemSpecifics  ISystemSpecifics
Interface to get Flag from.

Return Value

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

See Also