Click or drag to resize
ILocalizationProvider Interface

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 interface ILocalizationProvider

The ILocalizationProvider type exposes the following members.

Methods
  NameDescription
Public methodL10n
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 + "]").
Top
See Also