Click or drag to resize
LocalizationResourceDefinition Constructor
Initializes a new instance of a LocalizationResourceDefinition.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public LocalizationResourceDefinition(
	string cultureCode,
	Type resourceType,
	Object customData = null
)

Parameters

cultureCode
Type: SystemString
Culture code for which the resourceType is being used by localization.
resourceType
Type: SystemType
Defines type wrapping the '.resx' file used for localization and serves as a access point to the file.
customData (Optional)
Type: SystemObject
Defines custom data which describe the way the registered resource is to be used. Used for modularization and customization scenarios.
See Also