C# Class LabelPlus.Language

Exibir arquivo Open project: noodlefighter/LabelPlus

Public Methods

Method Description
GetLanguageList ( string lang ) : IList
InitFormLanguage ( Form form, string lang ) : void
InitStringResouce ( string lang ) : void
ReadDefaultLanguage ( ) : string
ReadFromResource ( string frmName, string lang ) : Hashtable
WriteDefaultLanguage ( string lang ) : void

Private Methods

Method Description
SetControlNames ( Control controls, Hashtable table ) : void
SetToolStripItemNames ( ToolStripItemCollection controls, Hashtable table ) : void
getLangXmlDocument ( string lang ) : XmlDocument
replaceNewLineSymbol ( string str ) : string

Method Details

GetLanguageList() public static method

public static GetLanguageList ( string lang ) : IList
lang string
return IList

InitFormLanguage() public static method

public static InitFormLanguage ( Form form, string lang ) : void
form System.Windows.Forms.Form
lang string
return void

InitStringResouce() public static method

public static InitStringResouce ( string lang ) : void
lang string
return void

ReadDefaultLanguage() public static method

public static ReadDefaultLanguage ( ) : string
return string

ReadFromResource() public static method

public static ReadFromResource ( string frmName, string lang ) : Hashtable
frmName string
lang string
return System.Collections.Hashtable

WriteDefaultLanguage() public static method

public static WriteDefaultLanguage ( string lang ) : void
lang string
return void