LocalizableLabel Class |
Namespace: Dynamicweb.Controls
The LocalizableLabel type exposes the following members.
| Name | Description | |
|---|---|---|
| LocalizableLabel |
Initializes a new instance of an object.
| |
| LocalizableLabel(String) |
Initializes a new instance of an object.
| |
| LocalizableLabel(String, LocalizationState) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| Localize |
Gets or sets value indicating whether to localize the label.
| |
| Text |
Gets or sets the text of the label.
|
| Name | Description | |
|---|---|---|
| ToString |
Returns a string representation of the current object.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| (LocalizableLabel to String) |
Converts the given localizable label to string.
| |
| (String to LocalizableLabel) |
Converts the given string to localizable label.
|