Click or drag to resize
RegisterSystemLocalizationResourceAttribute Class
Class represents an attribute used for registering localization resources.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Web.MvcRegisterSystemLocalizationResourceAttribute
      Kentico.Content.Web.MvcRegisterPageBuilderLocalizationResourceAttribute

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class RegisterSystemLocalizationResourceAttribute : Attribute, 
	IPreInitAttribute

The RegisterSystemLocalizationResourceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterSystemLocalizationResourceAttribute
Initializes a new instance of a RegisterSystemLocalizationResourceAttribute
Top
Properties
  NameDescription
Public propertyCultureCodes
Array of culture codes that use for which the MarkedType is being used by localization.
Protected propertyData
Defines custom data which describe the way the registered resource is to be used. Used for modularization and customization scenarios.
Public propertyMarkedType
Defines type wrapping the '.resx' file used for localization and serves as a access point to the file.
Top
Methods
  NameDescription
Public methodPreInit
Used for initializing the attribute.
Top
See Also