C# Class ImageGlass.Library.Language

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Méthode Description
ExportLanguageToXML ( string filename ) : void

Export all language strings to xml file

Language ( ) : System.Windows.Forms

Set default values of Language

Language ( string fileName ) : System.Windows.Forms

Set values of Language

ReadLanguageFile ( ) : void

Read language strings from file (new format)

Private Methods

Méthode Description
InitDefaultLanguageDictionary ( ) : void

This is default language of ImageGlass

Method Details

ExportLanguageToXML() public méthode

Export all language strings to xml file
public ExportLanguageToXML ( string filename ) : void
filename string
Résultat void

Language() public méthode

Set default values of Language
public Language ( ) : System.Windows.Forms
Résultat System.Windows.Forms

Language() public méthode

Set values of Language
public Language ( string fileName ) : System.Windows.Forms
fileName string *.igLang path
Résultat System.Windows.Forms

ReadLanguageFile() public méthode

Read language strings from file (new format)
public ReadLanguageFile ( ) : void
Résultat void