| 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.WebAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxstring 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