ILocalizationProvider Interface |
Namespace: PDTec.IceNet.Web
public interface ILocalizationProvider
The ILocalizationProvider type exposes the following members.
Name | Description | |
---|---|---|
L10n |
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 + "]").
|