Skip to content

Commit e162c0c

Browse files
authored
Update translate-entity-label-text.md
1 parent 37dc365 commit e162c0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

powerapps-docs/maker/common-data-service/translate-entity-label-text.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ search.app:
2323
- PowerApps
2424
- D365CE
2525
---
26-
# Translate entity label text
26+
# Translate label text
2727

2828
The standard entities include default text for labels that are available in many different languages. However, when you customize a form, such as adding or changing fields, or create custom entities, you may need the labels for those components to appear in different languages. You can import translated label text for customized entities for your apps so that the label text displays in languages other than the base language.
2929

@@ -35,17 +35,17 @@ When you translate label text for a form, you are modifying the base language of
3535
2. Import the translations. More information: [Import translated entity and field text back into an app](import-translated-entity-field-text.md)
3636

3737

38-
## Common issues with translating entity component text
38+
## Common issues with translating form label text
3939

4040
<!-- THIS SHOULD GO IN ANOTHER TOPIC ### Active customizations prevent customizations from appearing
4141
4242
Active customizations can prevent customizations from appearing at runtime. For example, managed solution changes don't appear at runtime or some components are missing. This behavior can occur if there is an active unmanaged layer for the component. You can resolve this by removing the component's unmanaged layer. More information: [Remove the unmanaged layer](solution-layers.md#remove-the-unmanaged-layer) -->
4343

44-
### Translations don't appear in the layers
44+
### Form label translations don't appear in the layers
4545

4646
Imported translations may not appear when you view the solution layers for a component. Make sure the translations are on the &lt;Label&gt; level when you view the solution layer. Note that “displayname” tags are at the attribute level, so they will not translate labels. The “DisplayName” tags are actually for form labels and will translate form’s labels. For more information about viewing solution layers, see [Solution layers](solution-layers.md).
4747

48-
### Translations don't appear specifically for the base language
48+
### Form label translations don't appear specifically for the base language
4949

5050
The translation export and import feature is a tool for used so your apps can display translated label text for customized components. It isn't designed to be used in managing all labels including the base language.
5151

@@ -59,11 +59,11 @@ If the issue is base language specific, do the following:
5959
3. Export the active unmanaged solution as managed.
6060
4. Import this solution into the target environment.
6161

62-
### Translation descriptions appear when exporting as unmanaged, but are "" when exporting as managed
62+
### Form Label translation descriptions appear when exporting as unmanaged, but are "" when exporting as managed
6363
This can happen because the label has no translations. The following behavior occurs:
6464
- The unmanaged solution is filled with the display name: &lt;label description="example" languagecode="1033"&gt;
6565
- The managed solution is empty, which is seen as non-existent and falls back to the display name: &lt;label description="" languagecode="1033"&gt;
6666

6767
### See also
6868
[Translate customized entity and field text into other languages](export-customized-entity-field-text-translation.md) <br />
69-
[Import translated entity and field text back into an app](import-translated-entity-field-text.md)
69+
[Import translated entity and field text back into an app](import-translated-entity-field-text.md)

0 commit comments

Comments
 (0)