ILocalizationProviderL10n Method |
Retrieves language-specific text or format string. Must return null
if no localized text is available. Do *not* guess/assemble result
string from key (e.g. "[" + key + "]").
Namespace:
PDTec.IceNet.Web
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax string L10n(
string key
)
Parameters
- key
- Type: SystemString
Text key, normally stored in resource file.
Return Value
Type:
StringLocalized string. Must be
null if no localized text found.
See Also