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-b2c/localization.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: reference
11
-
ms.date: 04/06/2020
11
+
ms.date: 04/20/2020
12
12
ms.author: mimart
13
13
ms.subservice: B2C
14
14
---
@@ -142,7 +142,7 @@ The **LocalizedString** element contains the following attributes:
142
142
143
143
| Attribute | Required | Description |
144
144
| --------- | -------- | ----------- |
145
-
| ElementType | Yes | Possible values: `ClaimsProvider`, `ClaimType`, `ErrorMessage`, `GetLocalizedStringsTransformationClaimType`, `Predicate`, `InputValidation`, or `UxElement`. |
145
+
| ElementType | Yes | Possible values: [ClaimsProvider](#claimsprovider), [ClaimType](#claimtype), [ErrorMessage](#errormessage), [GetLocalizedStringsTransformationClaimType](#getlocalizedstringstransformationclaimtype), [Predicate](#predicate), [InputValidation](#inputvalidation), or [UxElement](#uxelement). |
146
146
| ElementId | Yes | If **ElementType** is set to `ClaimType`, `Predicate`, or `InputValidation`, this element contains a reference to a claim type already defined in the ClaimsSchema section. |
147
147
| StringId | Yes | If **ElementType** is set to `ClaimType`, this element contains a reference to an attribute of a claim type. Possible values: `DisplayName`, `AdminHelpText`, or `PatternHelpText`. The `DisplayName` value is used to set the claim display name. The `AdminHelpText` value is used to set the help text name of the claim user. The `PatternHelpText` value is used to set the claim pattern help text. If **ElementType** is set to `UxElement`, this element contains a reference to an attribute of a user interface element. If **ElementType** is set to `ErrorMessage`, this element specifies the identifier of an error message. See [Localization string IDs](localization-string-ids.md) for a complete list of the `UxElement` identifiers.|
148
148
@@ -178,7 +178,7 @@ The ClaimsProvider value is used to localize claim provider name.
178
178
179
179
```
180
180
181
-
The following example shows how to localize the claim provider name.
181
+
The following example shows how to localize claim providers' dispaly name.
@@ -230,7 +230,7 @@ The following example shows how to localize the UserMessageIfClaimsPrincipalAlre
230
230
231
231
### GetLocalizedStringsTransformationClaimType
232
232
233
-
The `GetLocalizedStringsTransformationClaimType` value is used to copy localized strings into claims. For more information, see [GetLocalizedStringsTransformation claims transformation](string-transformations.md#getlocalizedstringstransformation)
233
+
The GetLocalizedStringsTransformationClaimType value is used to copy localized strings into claims. For more information, see [GetLocalizedStringsTransformation claims transformation](string-transformations.md#getlocalizedstringstransformation)
234
234
235
235
236
236
```xml
@@ -244,7 +244,7 @@ The `GetLocalizedStringsTransformationClaimType` value is used to copy localized
244
244
</ClaimsTransformation>
245
245
```
246
246
247
-
The following example shows how to localize the output claims of the GetLocalizedStringsTransformation claims transformation.
247
+
The following example shows how to localize output claims of the GetLocalizedStringsTransformation claims transformation.
@@ -278,7 +278,7 @@ The Predicate value is used to localize one of the [Predicate](predicates.md) er
278
278
</Predicates>
279
279
```
280
280
281
-
The following example shows how to localize the predicate help text.
281
+
The following example shows how to localize predicates help text.
282
282
283
283
```xml
284
284
<LocalizedStringElementType="Predicate"ElementId="LengthRange"StringId="HelpText">The password must be between 6 and 64 characters.</LocalizedString>
@@ -288,7 +288,7 @@ The following example shows how to localize the predicate help text.
288
288
289
289
### InputValidation
290
290
291
-
The `InputValidation` value is used to localize one of the [PredicateValidation](predicates.md) group error messages.
291
+
The InputValidation value is used to localize one of the [PredicateValidation](predicates.md) group error messages.
292
292
293
293
```xml
294
294
<PredicateValidations>
@@ -313,7 +313,7 @@ The `InputValidation` value is used to localize one of the [PredicateValidation]
313
313
</PredicateValidations>
314
314
```
315
315
316
-
The following example shows how to localize the predicate validation group help text.
316
+
The following example shows how to localize a predicate validation group help text.
317
317
318
318
```XML
319
319
<LocalizedStringElementType="InputValidation"ElementId="CustomPassword"StringId="CharacterClasses">The password must have at least 3 of the following:</LocalizedString>
0 commit comments