Click or drag to resize
StandardLocalizationProviderL10n Method
Returns a localized string based on a text ID. The localized text is retrieved from text resources defined in .config.

Namespace: PDTec.IceNet.Web
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public string L10n(
	string textId
)

Parameters

textId
Type: SystemString

Return Value

Type: String
The localized string if the ID is found in one of the resources, null otherwise.

Implements

ILocalizationProviderL10n(String)
Remarks
Returns null if nothing is found and therefore conforms to the ILocalizationProvider specification.
See Also