Click or drag to resize

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
)

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: String
The requested localized string if found, else the default.
See Also