OptionalElementWidgetGetText Method |
Helper method for obtaining localized strings from the resource file.
Namespace:
NetQuarry
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string GetText(
string ids,
string defaultText
)
Protected Function GetText (
ids As String,
defaultText As String
) As String
Parameters
- ids
- Type: SystemString
The IDS of the string of interest. - defaultText
- Type: SystemString
The default to use if the requested string is not found.
Return Value
Type:
StringThe requested localized string if found, else the default.
See Also