Click or drag to resize

ILocalizationProvider Methods

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