Skip to content

Commit e82b890

Browse files
committed
Merge branch 'b2c-freshness-february2024' of https://github.com/gearoidodonnell/azure-docs-pr into b2c-freshness-february2024
2 parents e7c6669 + 89588d2 commit e82b890

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/active-directory-b2c/language-customization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You might not need that level of control over what languages your customer sees.
2828

2929
* **ui-locales specified language**: After you enable language customization, your user flow is translated to the language that's specified here.
3030
* **Browser-requested language**: If no `ui_locales` parameter was specified, your user flow is translated to the browser-requested language, *if the language is supported*.
31-
* **Policy default language**: If the browser doesn't specify a language, or it specifies one that is not supported, the user flow is translated to the user flow default language.
31+
* **Policy default language**: If the browser doesn't specify a language, or it specifies one that isn't supported, the user flow is translated to the user flow default language.
3232

3333
> [!NOTE]
3434
> If you're using custom user attributes, you need to provide your own translations. For more information, see [Customize your strings](#customize-your-strings).
@@ -41,7 +41,7 @@ Watch this video to learn how to localize or customize language using Azure AD B
4141

4242
Localization requires three steps:
4343

44-
1. Set-up the explicit list of supported languages
44+
1. Set up the explicit list of supported languages
4545
1. Provide language-specific strings and collections
4646
1. Edit the [content definition](contentdefinitions.md) for the page.
4747

@@ -124,7 +124,7 @@ Replace `<ExtensionAttributeValue>` with the new string to be displayed.
124124

125125
### Provide a list of values by using LocalizedCollections
126126

127-
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:
127+
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:
128128

129129
```json
130130
{
@@ -183,7 +183,7 @@ https://wingtiptoysb2c.blob.core.windows.net/fr/wingtip/unified.html
183183

184184
## Add custom languages
185185

186-
You can also add languages that Microsoft currently does not provide translations for. You'll need to provide the translations for all the strings in the user flow. Language and locale codes are limited to those in the ISO 639-1 standard. The locale code format should be "ISO_639-1_code"-"CountryCode", for example `en-GB`. For more information, please refer to [locale ID formats](/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a).
186+
You can also add languages that Microsoft currently doesn't provide translations for. You'll need to provide the translations for all the strings in the user flow. Language and locale codes are limited to those in the ISO 639-1 standard. The locale code format should be "ISO_639-1_code"-"CountryCode", for example `en-GB`. For more information, please refer to [locale ID formats](/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a).
187187

188188
1. In your Azure AD B2C tenant, select **User flows**.
189189
2. Click the user flow where you want to add custom languages, and then click **Languages**.
@@ -466,7 +466,7 @@ Microsoft provides the `ui_locales` OIDC parameter to social logins. But some so
466466

467467
### Browser behavior
468468

469-
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.
469+
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.
470470

471471
## Supported languages
472472

articles/active-directory-b2c/user-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn about the types of user accounts that can be used in Azure Ac
44
author: garrodonnell
55
manager: CelesteDG
66
ms.service: active-directory
7-
ms.topic: concept-article
87
ms.date: 02/13/2024
8+
ms.topic: concept-article
99
ms.author: godonnell
1010
ms.subservice: B2C
1111
ms.custom: b2c-support

0 commit comments

Comments
 (0)