Click or drag to resize
LocalizationHelperCurrentResources Property

Note: This API is now obsolete.

Returns the list of resources used by current request. Hashtable [stringKey] -> [resolved]

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use property LocalizationContext.CurrentResources")]
public static Hashtable CurrentResources { get; }

Property Value

Type: Hashtable
See Also