25,259 questions
How to override UxElement localized string based on a claim value?
Shunmugam, Sugeshkumar
21
Reputation points
In the First page i'm entering the value firtName= World and surname= hello
in the second page i want to show the value in header like: Welcome to World
I want to override {0}. Is this possible, could someone please help me out?
<LocalizedResources Id="api.signup">
<LocalizedStrings>
<LocalizedString ElementType="UxElement" StringId="heading">Welcome to {0}</LocalizedString>
</LocalizedStrings>
</LocalizedResources>
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Sign in to answer