I'm trying to implement localisation in custom policies and created localised resources:
When it is renders in browser, for
"Correo electrónico o número de teléfono"
it is showing as Correo electrónico o número de teléfono
The data uri i'm using is urn:com:microsoft:aad:b2c:elements:contract:selfasserted:2.0.0 and using my own html page. I can add one more thing, the unicode charecters are showing only for labels, placeholder of the text box is perfect.
I tried the prior version of DATAURI
urn:com:microsoft:aad:b2c:elements:contract:selfasserted:1.2.0
This worked, so i think this is the issue of version 2.0.0.