You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/update-translated-text.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This article describes how to update existing localized labels that were created
23
23
24
24
## Updating localized labels overview
25
25
26
-
When you create a new model-driven app form and add columns to the form, the form creates a copy of the localized labels for those columns in the base language. Once a form is created, changing the localized label text for a column in the base language doesn't update the localized label on the form. However, you can change the column, tab, and section labels that can be localized for a form using the form designer. For more information about customized text, see[Configure column properties on a form](../model-driven-apps/add-move-or-delete-fields-on-form.md#configure-column-properties-on-a-form).
26
+
When you create a new model-driven app form and add columns to the form, the form creates a copy of the localized labels for those columns in the base language. Once a form is created, changing the localized label text for a column in the base language doesn't update the localized label on the form. However, you can change the column, tab, and section labels that can be localized for a form using the form designer. For more information about customized text, go to[Configure column properties on a form](../model-driven-apps/add-move-or-delete-fields-on-form.md#configure-column-properties-on-a-form).
27
27
28
28
To update localized labels for forms through the export translations Excel file, you need to correctly identify the object ID corresponding to each tab, section, or column. The following sections explain how to do this.
29
29
@@ -50,7 +50,7 @@ For example, say you want to find the object ID for attribute `websiteurl`. Sear
50
50
51
51
In the example, since the `labelid` property is defined, the object ID is *67722747-e8af-40cf-a72a-2d8794c7c330*.
52
52
53
-
Now that you have the object ID, you can follow the steps to export the translations file. Open the file, to locate the object ID to make your localized text updates for the tab, section, or column. For more information about how to translate the customized text into another language, see[Translate customized table, form, and column text into other languages](export-customized-entity-field-text-translation.md).
53
+
Now that you have the object ID, you can follow the steps to export the translations file. Open the file, to locate the object ID to make your localized text updates for the tab, section, or column. For more information about how to translate the customized text into another language, go to[Translate customized table, form, and column text into other languages](export-customized-entity-field-text-translation.md).
54
54
55
55
### What if you can't find the asset in customizations XML?
56
56
@@ -62,6 +62,6 @@ You can modify the label or any other property of the asset using the form desig
62
62
63
63
There are two alternative ways to find the object ID for a localized label:
64
64
65
-
- Find the full form XML of the form by viewing the **Properties** page for the solution layers of the model-driven app form. For more information about solution layers, see[View the solution layers for a component](solution-layers.md#view-the-solution-layers-for-a-component).
65
+
- Find the full form XML of the form by viewing the **Properties** page for the solution layers of the model-driven app form. For more information about solution layers, go to[View the solution layers for a component](solution-layers.md#view-the-solution-layers-for-a-component).
66
66
- You can also make an OData call to retrieve the form xml if you know the form ID.
0 commit comments