Click or drag to resize
IClientLocalizationProvider Interface
Provides method for obtaining all the localized strings.

Namespace: CMS.Base.Web.UI.Internal
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public interface IClientLocalizationProvider

The IClientLocalizationProvider type exposes the following members.

Methods
  NameDescription
Public methodGetClientLocalization
Resolves all localization string for the given moduleName. This method assumes there exists localization file in the module folder.
Top
See Also