public class LanguageInfo : IComparable
Public Class LanguageInfo
Implements IComparable
public ref class LanguageInfo : IComparable
type LanguageInfo =
class
interface IComparable
end
LanguageInfo | Defult constructor of the LanguageInfo class. |
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. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetShortName | Returns short text description of the language file. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
LoadLanguage | Load language from stream. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Returns brief text description of the language file.
(Overrides Object.ToString()) |
DefaultDirectoryName | Default name of the directory for the interface translation language files. |
DefaultLanguage | Default language 3-letter code. |
IComparable.CompareTo | Compares 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. |