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: articles/active-directory/external-identities/user-flow-customize-language.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Language customization in Azure Active Directory (Azure AD) allows your user flo
24
24
25
25
By default, language customization is enabled for users signing up to ensure a consistent sign up experience. You can use languages to modify the strings displayed to users as part of the attribute collection process during sign up. If you're using [custom user attributes](user-flow-add-custom-attributes.md), you need to provide your [own translations](#customize-your-strings).
26
26
27
-
## Customize your strings
27
+
## Customize your strings
28
28
29
29
Language customization enables you to customize any string in your user flow.
30
30
@@ -40,6 +40,8 @@ Language customization enables you to customize any string in your user flow.
40
40
41
41
These steps give you a JSON file that you can use to start editing your strings.
42
42
43
+
:::image type="content" source="media/user-flow-customize-language/language-customization-download-defaults.png" alt-text="Screenshot of downloading the default language customization json file.":::
44
+
43
45
### Change any string on the page
44
46
45
47
1. Open the JSON file downloaded from previous instructions in a JSON editor.
@@ -48,6 +50,8 @@ These steps give you a JSON file that you can use to start editing your strings.
48
50
1. For every string that you want to change, change `Override` to `true`. If the `Override` value isn't changed to `true`, the entry is ignored.
49
51
1. Save the file and [upload your changes](#upload-your-changes).
50
52
53
+
:::image type="content" source="media/user-flow-customize-language/language-customization-upload-override.png" alt-text="Screenshot of uploading the language customization json file.":::
54
+
51
55
### Change extension attributes
52
56
53
57
If you want to change the string for a custom user attribute, or you want to add one to the JSON, it's in the following format:
@@ -109,7 +113,9 @@ If you want to provide a set list of values for responses, you need to create a
109
113
1. Select **Attribute collection page**.
110
114
1. Select the folder icon, and select the JSON file to upload.
111
115
1. The changes are saved to your user flow automatically and you'll find the override under the **Configured** tab.
112
-
1. To remove or download your customized override file, click on the language and expand the **Attribute collection page**.
116
+
1. To remove or download your customized override file, click on the language and expand the **Attribute collection page**.
117
+
118
+
:::image type="content" source="media/user-flow-customize-language/language-customization-remove-download-overrides.png" alt-text="Screenshot of removing or downloading the language customization json file.":::
0 commit comments