LanguageInfo.LoadLanguage Method

Load language from stream.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static LanguageInfo LoadLanguage(
	Stream stream,
	string fileName,
	bool fullLoad,
	out Guid NamingType
)

Parameters

stream  Stream
Stream of the file containing language settings.
fileName  String
Path to the file on local drive (if available).
fullLoad  Boolean
Determines whether language should be loaded as a current language or not.
NamingType  Guid
Determines ID of the functions naming style.

Return Value

LanguageInfo
Full description of loaded language.

See Also