Click or drag to resize
LocalizationContextCurrentResources Property
Current culture info object according to the URL parameter of the current request. Request can contain parameter "culturecode" or "cultureid" with valid value of the culture.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public static StringSafeDictionary<string> CurrentResources { get; set; }

Property Value

Type: StringSafeDictionaryString
See Also