Click or drag to resize
RegisterSystemLocalizationResourceAttribute Constructor
Initializes a new instance of a RegisterSystemLocalizationResourceAttribute

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public RegisterSystemLocalizationResourceAttribute(
	Type markedType,
	params string[] cultureCodes
)

Parameters

markedType
Type: SystemType
cultureCodes
Type: SystemString
See Also