Skip to content

Commit 0f57aea

Browse files
committed
Added images.
1 parent 41bc3e1 commit 0f57aea

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/active-directory/external-identities/user-flow-customize-language.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Language customization in Azure Active Directory (Azure AD) allows your user flo
2424

2525
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).
2626

27-
## Customize your strings
27+
## Customize your strings
2828

2929
Language customization enables you to customize any string in your user flow.
3030

@@ -40,6 +40,8 @@ Language customization enables you to customize any string in your user flow.
4040

4141
These steps give you a JSON file that you can use to start editing your strings.
4242

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+
4345
### Change any string on the page
4446

4547
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.
4850
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.
4951
1. Save the file and [upload your changes](#upload-your-changes).
5052

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+
5155
### Change extension attributes
5256

5357
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
109113
1. Select **Attribute collection page**.
110114
1. Select the folder icon, and select the JSON file to upload.
111115
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.":::
113119

114120
## Additional information
115121

0 commit comments

Comments
 (0)