LanguageInfo Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public LanguageInfo(
string abbr,
string name,
IBitmap flag,
string translators,
string version,
string fileName,
Guid guid
)
Public Sub New (
abbr As String,
name As String,
flag As IBitmap,
translators As String,
version As String,
fileName As String,
guid As Guid
)
public:
LanguageInfo(
String^ abbr,
String^ name,
IBitmap^ flag,
String^ translators,
String^ version,
String^ fileName,
Guid guid
)
new :
abbr : string *
name : string *
flag : IBitmap *
translators : string *
version : string *
fileName : string *
guid : Guid -> LanguageInfo
Parameters
- abbr String
Three-letter code of the language.
In general complies with ISO 639-2, but there are several exceptions due to backward compatibility and in complex cases.
- name String
Name of the language.
- flag IBitmap
Flag image of the primary country where the current language is used.
- translators String
Translators who assisted with interface translation.
- version String
Version of the interface translation.
- fileName String
File name of the file contains interface translation.
- guid Guid
GUID of the interface translation.