IAngularLocalizationProviderGetAngularLocalization Method |
Resolves all localization string for the given moduleName. This method assumes there exists
localization file in the module folder.
Namespace: CMS.Base.Web.UI.InternalAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax IDictionary<string, string> GetAngularLocalization(
string moduleName
)
Parameters
- moduleName
- Type: SystemString
Angular module name
Return Value
Type:
IDictionaryString,
StringCollection of all strings obtained from the localization file localized to the current preferred UI culture
See Also