Property | Type | Description | |
---|---|---|---|
Init | void |
Method | Description | |
---|---|---|
GetString ( string identifier ) : string | ||
GetString ( string identifier, string languageCode ) : string | ||
Reset ( ) : void | ||
SetString ( Control ctrl, string identifier ) : void | ||
SetString ( MenuItem ctrl, string identifier ) : void | ||
SetString ( ToolStripStatusLabel ctrl, string identifier ) : void |
Method | Description | |
---|---|---|
Init ( ) : void |
public static GetString ( string identifier ) : string | ||
identifier | string | |
return | string |
public static GetString ( string identifier, string languageCode ) : string | ||
identifier | string | |
languageCode | string | |
return | string |
public static SetString ( Control ctrl, string identifier ) : void | ||
ctrl | Control | |
identifier | string | |
return | void |
public static SetString ( MenuItem ctrl, string identifier ) : void | ||
ctrl | MenuItem | |
identifier | string | |
return | void |
public static SetString ( ToolStripStatusLabel ctrl, string identifier ) : void | ||
ctrl | ToolStripStatusLabel | |
identifier | string | |
return | void |