Provides support for multiple languages.

The following tables list the members exposed by the MultipleLanguage type.

Name Description
Public constructor MultipleLanguage Initializes a new instance of the MultipleLanguage class.
Top
Name Description
Public property Language Gets a string containing a name of the current language.
Public property LanguagesList Gets an array containing the names of the supported languages.
Public property LngFilesList Gets or sets a list of all texts used for the user interface in the current language.
Public property Path Gets or sets a string containing a path to the directory where to look for files of language support.
Top
Name Description
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method LoadLNG (Overloaded) Loads a specified file of the language support.
Public method LoadLngFileList Creates a list of the supported languages.
Public method Static ReferenceEquals (inherited from Object).
Public method RestoreLanguage Translates all texts of the user interface into the default language.
Public method SaveNameMenuItem Temporarily saves the text contents of all menu items.
Public method SaveNameNoNameElement Temporarily saves the text contents of the controls without names.
Public method SetLanguage Translates all texts of the user interface into the current language.
Public method ToString (inherited from Object).
Top