C# 클래스 hMailServer.Administrator.Strings

파일 보기 프로젝트 열기: nberardi/hMailServer

공개 메소드들

메소드 설명
LoadLanguage ( string language ) : string
Localize ( string text ) : string
Localize ( ColumnHeader header ) : void
Localize ( Control container ) : void
Localize ( ToolStripItem tsItem ) : void
Localize ( ToolStripItemCollection tsColl ) : void
Localize ( TreeNode node ) : void
LocalizeTreeView ( TreeView treeView ) : void
Strings ( ) : System

비공개 메소드들

메소드 설명
Translate ( string text ) : string

메소드 상세

LoadLanguage() 공개 정적인 메소드

public static LoadLanguage ( string language ) : string
language string
리턴 string

Localize() 공개 정적인 메소드

public static Localize ( string text ) : string
text string
리턴 string

Localize() 공개 정적인 메소드

public static Localize ( ColumnHeader header ) : void
header System.Windows.Forms.ColumnHeader
리턴 void

Localize() 공개 정적인 메소드

public static Localize ( Control container ) : void
container System.Windows.Forms.Control
리턴 void

Localize() 공개 정적인 메소드

public static Localize ( ToolStripItem tsItem ) : void
tsItem System.Windows.Forms.ToolStripItem
리턴 void

Localize() 공개 정적인 메소드

public static Localize ( ToolStripItemCollection tsColl ) : void
tsColl System.Windows.Forms.ToolStripItemCollection
리턴 void

Localize() 공개 정적인 메소드

public static Localize ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
리턴 void

LocalizeTreeView() 공개 정적인 메소드

public static LocalizeTreeView ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
리턴 void

Strings() 공개 메소드

public Strings ( ) : System
리턴 System