Click or drag to resize
KenticoLocalizationOptionsInsert Method
Inserts resourceDefinition to the Resources collection.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public void Insert(
	LocalizationResourceDefinition resourceDefinition
)

Parameters

resourceDefinition
Type: Kentico.Web.MvcLocalizationResourceDefinition
See Also