To display locale-specific information:
For example, if the entity definition to store localized values for a column in the parent table "PLT_QUALIFIED_TAG" is:
<Entity Cacheable="true"
Description="Stores qualifier information"
EntityType="CONFIGURATION" AuditRequired="N"
Module="ycp" Name="QualifiedTag" Prefix="PLT_"
TableName="PLT_QUALIFIED_TAG" XMLName="QualifiedTag">
<Attributes>
....
The corresponding child entity definition should be:
<Entity Description="Stores qualifier information"
EntityType="CONFIGURATION" Name="Qualifier_Locale"
Prefix="YFS_" TableName="YFS_QUALIFIER_LOCALE"
XMLName="QualifierLocale"
LocaleDescriptionForEntity="QualifiedTag">
...
You can define child tables for Platform or lower stack entities and mark columns as localized. Each entity can have only one localized child entity.
<?xml version="1.0" encoding="UTF-8"?>
<QualifiedTag QualifiedTagId="" QualifiedTagKey="key1"
DisplayLocalizedFieldInLocale=”fr_FR”/>
If there is no corresponding localized value, then the actual value from the parent entity is displayed.