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-string-ids.md
+14-2Lines changed: 14 additions & 2 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
10
10
ms.topic: reference
11
-
ms.date: 04/19/2022
11
+
ms.date: 11/14/2023
12
12
ms.author: kengaderdus
13
13
ms.subservice: B2C
14
14
---
@@ -615,7 +615,8 @@ The following IDs are used for claims transformations error messages:
615
615
|`DateTimeGreaterThan`|[AssertDateTimeIsGreaterThan](date-transformations.md#assertdatetimeisgreaterthan)| Claim value comparison failed: The provided left operand is greater than the right operand.|
616
616
|`UserMessageIfClaimsTransformationStringsAreNotEqual`|[AssertStringClaimsAreEqual](string-transformations.md#assertstringclaimsareequal)| Claim value comparison failed using StringComparison "OrdinalIgnoreCase".|
617
617
618
-
### Claims transformations example
618
+
### Claims transformations example 1:
619
+
This example shows localized messages for local account signup.
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfClaimsTransformationBooleanValueIsNotEqual">You cannot use the old password</LocalizedString>
638
+
</LocalizedStrings>
639
+
</LocalizedResources>
640
+
```
641
+
630
642
## Next steps
631
643
632
644
See the following articles for localization examples:
0 commit comments