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
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Update existing localized labels with Power Apps | MicrosoftDocs"
3
-
description: "Learn how to update model-driven app form and column labels that have been translated."
2
+
title: Update existing localized labels with Power Apps
3
+
description: Learn how to update model-driven app form and column labels that are translated using Power Apps.
4
4
ms.custom: ""
5
5
ms.date: 10/09/2023
6
6
ms.reviewer: ""
@@ -23,16 +23,14 @@ 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 won'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. More information: [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
30
-
31
-
32
30
## Identify the object ID for form labels
33
31
34
-
1. Create a solution and add the form as part of this new solution.
35
-
1. Export the solution as managed.
32
+
1. Create a solution and add the form as part of this new solution.
33
+
1. Export the solution as managed.
36
34
1. Unzip the solution file and open the customizations.xml file with an XML or text editor.
37
35
1. Find the tab, section, or column of the form that has the localized label you want to update.
38
36
1. Once you find the tab, section, or column, check if there's `labelid` property defined. If yes, then the value of `labelid` attribute is the object ID for the localized label. If not, then the value of the ID attribute is the object ID for localized label.
@@ -52,19 +50,22 @@ For example, say you want to find the object ID for attribute `websiteurl`. Sear
52
50
53
51
In the example, since the `labelid` property is defined, the object ID is *67722747-e8af-40cf-a72a-2d8794c7c330*.
54
52
55
-
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. More information: [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).
56
54
57
55
### What if you can't find the asset in customizations XML?
58
56
59
-
When you export a model-driven form, only the diff between the active layer and last managed layer is exported. If you haven’t made any changes to the tab, section, or column, the asset won’t appear in the customizations.xml.
57
+
When you export a model-driven form, only the diff between the active layer and last managed layer is exported. If you don't make any changes to the tab, section, or column, the asset doesn't appear in the customizations.xml.
60
58
61
59
You can modify the label or any other property of the asset using the form designer, and then export the changes to find the object ID.
62
60
63
61
## Alternate way to find the object ID of a localized label
64
62
65
63
There are two alternative ways to find the object ID for a localized label:
66
64
67
-
- Find the full form XML of the form by viewing the **Properties** page for the solution layers of the model-driven app form. More information: [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).
68
66
- You can also make an OData call to retrieve the form xml if you know the form ID.
0 commit comments