EntityRestore sys property localization

Sys properties are fetched directly through metaProperty.getName() [EntityRestore.java line:142-143]
This gives attribute name, it should be localized and taken from StandardEntity metaclass properties to get localized property .[DeleteTs, CreateTs,… localization is defined for StandardEntity]
Maybe something like this:

MetaClass standardEntityMetaClass = AppBeans.get(Metadata.class).getExtendedEntities().getEffectiveMetaClass(StandardEntity.class);
 column.setCaption(getPropertyCaption(standardEntityMetaClass , metaProperty));

But maybe it can be fetched even from current entity metaclass

Hi,

it seems that system attributes are not localized by design. But we will discuss it - please track a ticket in YouTrack: link.

Regards,
Daniil.