Click or drag to resize
IAngularLocalizationProvider Interface
Provides method for obtaining all the localized strings required by given angular module.

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

The IAngularLocalizationProvider type exposes the following members.

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