Click or drag to resize
IClientLocalizationProviderGetClientLocalization 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.Internal
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
IDictionary<string, string> GetClientLocalization(
	string moduleName
)

Parameters

moduleName
Type: SystemString
Module name

Return Value

Type: IDictionaryString, String
Collection of all strings obtained from the localization file localized to the current preferred UI culture
See Also