C# 클래스 LabelPlus.Language

파일 보기 프로젝트 열기: noodlefighter/LabelPlus

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SetControlNames ( Control controls, Hashtable table ) : void
SetToolStripItemNames ( ToolStripItemCollection controls, Hashtable table ) : void
getLangXmlDocument ( string lang ) : XmlDocument
replaceNewLineSymbol ( string str ) : string

메소드 상세

GetLanguageList() 공개 정적인 메소드

public static GetLanguageList ( string lang ) : IList
lang string
리턴 IList

InitFormLanguage() 공개 정적인 메소드

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

InitStringResouce() 공개 정적인 메소드

public static InitStringResouce ( string lang ) : void
lang string
리턴 void

ReadDefaultLanguage() 공개 정적인 메소드

public static ReadDefaultLanguage ( ) : string
리턴 string

ReadFromResource() 공개 정적인 메소드

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

WriteDefaultLanguage() 공개 정적인 메소드

public static WriteDefaultLanguage ( string lang ) : void
lang string
리턴 void