LanguageInfo Class

Description of the interface translation.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public class LanguageInfo : IComparable
Inheritance
Object    LanguageInfo
Implements
IComparable

Constructors

LanguageInfo Defult constructor of the LanguageInfo class.

Properties

Abbr 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.
FileName File name of the file contains interface translation.
Flag Flag image of the primary country where the current language is used.
Guid GUID of the interface translation.
IsLoaded Determines if the interface translation is loaded successfully.
Name Name of the language.
NamingType ID of the functions naming style.
StringsCustom List of the custom strings.
StringsErrors List of the strings used as error messages.
StringsFunctionsDescription List of the strings used as functions description.
StringsGUI List of the strings used in main GUI elements.
StringsMathBookContent List of the strings used in content of the math interactive book.
StringsToolTip List of the strings used as tooltips.
Translators Translators who assisted with interface translation.
Version Version of the interface translation.

Methods

ActivateLanguage If IsLoaded is false then loads this language from a language file. If IsLoaded is true then does nothing.
CultureToAbbr Determines the value of Abbr property from the specified CultureInfo object.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetFullName Returns full text description of the language file.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetShortName Returns short text description of the language file.
GetTypeGets the Type of the current instance.
(Inherited from Object)
LoadLanguage Load language from stream.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns brief text description of the language file.
(Overrides Object.ToString())

Fields

DefaultDirectoryName Default name of the directory for the interface translation language files.
DefaultLanguage Default language 3-letter code.

Explicit Interface Implementations

IComparable.CompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

See Also