LanguageInfoLoadLanguage Method
Load language from stream.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public static LanguageInfo LoadLanguage(
Stream stream,
string fileName,
bool fullLoad,
ISystemSpecifics systemSpecifics,
out Guid NamingType
)
Public Shared Function LoadLanguage (
stream As Stream,
fileName As String,
fullLoad As Boolean,
systemSpecifics As ISystemSpecifics,
<OutAttribute> ByRef NamingType As Guid
) As LanguageInfo
public:
static LanguageInfo^ LoadLanguage(
Stream^ stream,
String^ fileName,
bool fullLoad,
ISystemSpecifics^ systemSpecifics,
[OutAttribute] Guid% NamingType
)
static member LoadLanguage :
stream : Stream *
fileName : string *
fullLoad : bool *
systemSpecifics : ISystemSpecifics *
NamingType : Guid byref -> LanguageInfo
- 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.
- systemSpecifics ISystemSpecifics
- Interface to get Flag from.
- NamingType Guid
-
Receives ID of the functions naming style.
LanguageInfo
Full description of loaded language.