[]
Gets the localized text from the specified key.
public string GetLocalizedText(Control control, string key, string text = null)
Public Function GetLocalizedText(control As Control, key As String, Optional text As String = Nothing) As String
Type | Name | Description |
---|---|---|
Control | control | The control that contains the localized text. |
string | key | A string value indicates the specified key. |
string | text | A string value indicates the default localized text. |
Type | Description |
---|---|
string | A string value represents the localized text. |