Skip to main content
All docs
V25.1
  • LocalizationItem Constructors

    A combination of a component name, property name, language name and a property value.
    Name Parameters Description
    LocalizationItem() none Initializes a new instance of the LocalizationItem class.
    LocalizationItem(Object, String, String, Object) component, culture, path, propertyValue Initializes a new instance of the LocalizationItem class with specified settings.
    See Also