C# Class hMailServer.Administrator.Strings

Afficher le fichier Open project: nberardi/hMailServer

Méthodes publiques

Méthode 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

Méthode Description
Translate ( string text ) : string

Method Details

LoadLanguage() public static méthode

public static LoadLanguage ( string language ) : string
language string
Résultat string

Localize() public static méthode

public static Localize ( string text ) : string
text string
Résultat string

Localize() public static méthode

public static Localize ( ColumnHeader header ) : void
header System.Windows.Forms.ColumnHeader
Résultat void

Localize() public static méthode

public static Localize ( Control container ) : void
container System.Windows.Forms.Control
Résultat void

Localize() public static méthode

public static Localize ( ToolStripItem tsItem ) : void
tsItem System.Windows.Forms.ToolStripItem
Résultat void

Localize() public static méthode

public static Localize ( ToolStripItemCollection tsColl ) : void
tsColl System.Windows.Forms.ToolStripItemCollection
Résultat void

Localize() public static méthode

public static Localize ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
Résultat void

LocalizeTreeView() public static méthode

public static LocalizeTreeView ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
Résultat void

Strings() public méthode

public Strings ( ) : System
Résultat System