Click or drag to resize

ILocalizationProvider Interface

Namespace:  PDTec.IceNet.Web
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
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