Skip to main content

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