WizPageBaseGetText Method (String, String, String) |
Get localized text.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetText(
string itemName,
string ids,
string defaultText
)
Public Function GetText (
itemName As String,
ids As String,
defaultText As String
) As String
Parameters
- itemName
- Type: SystemString
The name of the text item, in the PageElementInfo, to retrieve. - ids
- Type: SystemString
The resource id for the text item. - defaultText
- Type: SystemString
The default text if item not found.
Return Value
Type:
StringThe localized/customized text.
See Also