LanguageInfo Constructor

Defult constructor of the LanguageInfo class.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public LanguageInfo(
	string abbr,
	string name,
	IBitmap flag,
	string translators,
	string version,
	string fileName,
	Guid guid
)

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.

See Also