Click or drag to resize

DivWidgetBaseGetText Method

Get the specified localized text. Obtaining the text is a two step process: 1) Look for the item specified by ids in the locale resource file, 2) if not found, use the provided defaultText.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetText(
	IAppContext cxt,
	string ids,
	string defaultText
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
ids
Type: SystemString
The IDS of the item in the locale resource file.
defaultText
Type: SystemString
The default text to use if corresponding string not found.

Return Value

Type: String
The localized text.
See Also