C# Class hMailServer.Administrator.Strings

Show file Open project: nberardi/hMailServer

Public Methods

Method Description
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

Private Methods

Method Description
Translate ( string text ) : string

Method Details

LoadLanguage() public static method

public static LoadLanguage ( string language ) : string
language string
return string

Localize() public static method

public static Localize ( string text ) : string
text string
return string

Localize() public static method

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

Localize() public static method

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

Localize() public static method

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

Localize() public static method

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

Localize() public static method

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

LocalizeTreeView() public static method

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

Strings() public method

public Strings ( ) : System
return System