Click or drag to resize
KenticoLocalizationOptionsResources Property
List containing definitions of localization resources used by the Kentico.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Dictionary<string, List<LocalizationResourceDefinition>> Resources { get; set; }

Property Value

Type: DictionaryString, ListLocalizationResourceDefinition
See Also