Skip to content

Commit 3d65cfb

Browse files
authored
Update localization.md
Bookmark links + minor changes
1 parent 2eb3bd7 commit 3d65cfb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/active-directory-b2c/localization.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 04/06/2020
11+
ms.date: 04/20/2020
1212
ms.author: mimart
1313
ms.subservice: B2C
1414
---
@@ -142,7 +142,7 @@ The **LocalizedString** element contains the following attributes:
142142

143143
| Attribute | Required | Description |
144144
| --------- | -------- | ----------- |
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). |
146146
| 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. |
147147
| 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.|
148148

@@ -178,7 +178,7 @@ The ClaimsProvider value is used to localize claim provider name.
178178

179179
```
180180

181-
The following example shows how to localize the claim provider name.
181+
The following example shows how to localize claim providers' dispaly name.
182182

183183
```xml
184184
<LocalizedString ElementType="ClaimsProvider" StringId="FacebookExchange">Facebook</LocalizedString>
@@ -230,7 +230,7 @@ The following example shows how to localize the UserMessageIfClaimsPrincipalAlre
230230

231231
### GetLocalizedStringsTransformationClaimType
232232

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)
234234

235235

236236
```xml
@@ -244,7 +244,7 @@ The `GetLocalizedStringsTransformationClaimType` value is used to copy localized
244244
</ClaimsTransformation>
245245
```
246246

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.
248248

249249
```xml
250250
<LocalizedString ElementType="GetLocalizedStringsTransformationClaimType" StringId="email_subject">Contoso account email verification code</LocalizedString>
@@ -278,7 +278,7 @@ The Predicate value is used to localize one of the [Predicate](predicates.md) er
278278
</Predicates>
279279
```
280280

281-
The following example shows how to localize the predicate help text.
281+
The following example shows how to localize predicates help text.
282282

283283
```xml
284284
<LocalizedString ElementType="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.
288288

289289
### InputValidation
290290

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.
292292

293293
```xml
294294
<PredicateValidations>
@@ -313,7 +313,7 @@ The `InputValidation` value is used to localize one of the [PredicateValidation]
313313
</PredicateValidations>
314314
```
315315

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.
317317

318318
```XML
319319
<LocalizedString ElementType="InputValidation" ElementId="CustomPassword" StringId="CharacterClasses">The password must have at least 3 of the following:</LocalizedString>

0 commit comments

Comments
 (0)