Click or drag to resize
LocalizationResourceDefinition Class
Class defines a localization resource.
Inheritance Hierarchy
SystemObject
  Kentico.Web.MvcLocalizationResourceDefinition

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

The LocalizationResourceDefinition type exposes the following members.

Constructors
  NameDescription
Public methodLocalizationResourceDefinition
Initializes a new instance of a LocalizationResourceDefinition.
Top
Properties
  NameDescription
Public propertyCultureCode
Culture code for which the ResourceType is being used by localization.
Public propertyCustomData
Defines custom data which describe the way the registered resource is to be used. Used for modularization and customization scenarios.
Public propertyResourceType
Defines type wrapping the '.resx' file used for localization and serves as a access point to the file.
Top
See Also