In addition to localized screen labels, localized values for the actual content (such as transaction data) must be stored and appropriate translation values displayed, according to the business usage or meanings across different locales.
To enable the display of localized data, the entity framework supports a child entity that stores different locale values for each column.
Columns which contain localized values must be marked as Localized in the parent entity. Such columns automatically become a part of the child entity.