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: 7.2.0.0 (7.2.7583.15464)
Syntaxpublic string L10n(
	string textId
)
Parameters
- textId
 - Type: SystemString
 
Return Value
Type: 
StringThe 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