Click or drag to resize
CloneSettingsKeepFieldsTranslated Property
If true, cloned object will keep all the fields which use localization macros {$res.string$} without change. If false, cloned object will replace the localization with its translation in the default culture. This setting does not influence DislpayName - this will be always replaced by its translation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool KeepFieldsTranslated { get; set; }

Property Value

Type: Boolean
See Also