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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ ms.custom: engagement-fy23
18
18
19
19
# Language customization in Azure Active Directory
20
20
21
-
Language customization in Azure Active Directory (Azure AD) allows your user flow to accommodate different languages to suit your user's needs. Microsoft provides the translations for [36 languages](#supported-languages). In this article you will learn how to customize the attribute names on the [attribute collection page](self-service-sign-up-user-flow.md#select-the-layout-of-the-attribute-collection-form), even if your experience is provided for only a single language.
21
+
Language customization in Azure Active Directory (Azure AD) allows your user flow to accommodate different languages to suit your user's needs. Microsoft provides the translations for [36 languages](#supported-languages). In this article, you'll learn how to customize the attribute names on the [attribute collection page](self-service-sign-up-user-flow.md#select-the-layout-of-the-attribute-collection-form), even if your experience is provided for only a single language.
22
22
23
23
## How language customization works
24
24
25
-
By default, language customization is enabled for users signing up to ensure a consistent signup experience. You can use languages to modify the strings displayed to users as part of the attribute collection process during signup. If you're using [custom user attributes](user-flow-add-custom-attributes.md), you need to provide your [own translations](#customize-your-strings).
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
27
## Customize your strings
28
28
@@ -36,7 +36,7 @@ Language customization enables you to customize any string in your user flow.
36
36
4. Select **Languages**.
37
37
5. On the **Languages** page for the user flow, select the language that you want to customize.
38
38
6. Expand **Attribute collection page**.
39
-
7. Select **Download defaults** (or **Download overrides** if you have previously edited this language).
39
+
7. Select **Download defaults** (or **Download overrides** if you've previously edited this language).
40
40
41
41
These steps give you a JSON file that you can use to start editing your strings.
42
42
@@ -76,7 +76,7 @@ Replace `<ExtensionAttributeValue>` with the new string to be displayed.
76
76
77
77
### Provide a list of values by using LocalizedCollections
78
78
79
-
If you want to provide a set list of values for responses, you need to create a `LocalizedCollections` attribute. `LocalizedCollections` is an array of `Name` and `Value` pairs. The order for the items will be the order they are displayed. To add `LocalizedCollections`, use the following format:
79
+
If you want to provide a set list of values for responses, you need to create a `LocalizedCollections` attribute. `LocalizedCollections` is an array of `Name` and `Value` pairs. The order for the items will be the order they're displayed. To add `LocalizedCollections`, use the following format:
80
80
81
81
```JSON
82
82
{
@@ -107,13 +107,13 @@ If you want to provide a set list of values for responses, you need to create a
107
107
### Upload your changes
108
108
109
109
1. After you complete the changes to your JSON file, go back to your tenant.
110
-
1. Select **User flows** and click the user flow that you want to enable for translations.
110
+
1. Select **User flows** and select the user flow that you want to enable for translations.
111
111
1. Select **Languages**.
112
112
1. Select the language that you want to translate to.
113
113
1. Select **Attribute collection page**.
114
114
1. Select the folder icon, and select the JSON file to upload.
115
115
1. The changes are saved to your user flow automatically and you'll find the override under the **Configured** tab.
116
-
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, select the language and expand the **Attribute collection page**.
117
117
118
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.":::
119
119
@@ -137,7 +137,7 @@ Microsoft provides the `ui_locales` OIDC parameter to social logins. But some so
137
137
138
138
### Browser behavior
139
139
140
-
Chrome and Firefox both request for their set language. If it's a supported language, it's displayed before the default. Microsoft Edge currently does not request a language and goes straight to the default language.
140
+
Chrome and Firefox both request for their set language. If it's a supported language, it's displayed before the default. Microsoft Edge currently doesn't request a language and goes straight to the default language.
0 commit comments