Click or drag to resize
CaseInsensitiveResourceManagerStringLocalizerFactory Constructor
Creates a new instance of the CaseInsensitiveResourceManagerStringLocalizerFactory class.

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public CaseInsensitiveResourceManagerStringLocalizerFactory(
	IOptions<LocalizationOptions> localizationOptions,
	ILoggerFactory loggerFactory
)

Parameters

localizationOptions
Type: IOptionsLocalizationOptions
loggerFactory
Type: ILoggerFactory
See Also