Hi @JamesHamil-MSFT ,
Thanks for replying.
We have different BLOB storage for each environment (Dev, Test & Production).
B2C policy use corrosponding HTML files; which means that B2C policies in DEV tenant use DEV BLOB and in Test tenant use Test BLOB
As each HTML file should have reference to its own CSS files which means that i need to create separate HTML files for each environment so that it can have absolute reference to CSS files.
But I want to have common html files which should be uploaded in BLOB storage for each environment separately.
Regards
Hi Aman,
Thanks for your reply.
I was also considering that it should support by default when "NL" is the user browser language and its working also in some cases.
But there is one scenario where we have updated some of the messages as per our requirement .
For example, in Emailverification control (using content definition 'api.localaccountpasswordreset'),
we have updated some of the labels/messages and we unertsand that we need to provide translation for those; but for default buttons, translation didn't happen.
I have attached the screenshot for your reference.
Your help/guidance is much appreciated.
Thanks & Regards,
Anu
Thanks @amanpreetsingh-msft for looking into issue.
My assumption is that localization should work automatically for default buttons, place holders and error messages.
When i updated the Pagelayout version to 2.0.0 (earlier it was 2.1.6) then these buttons are translated automatically but place holders and some error messages are still in english only.
I am confused in behaviour of Localization now; for default error messages and place holder, shouldn't it work itself. I am using below versions of pages
urn:com:microsoft:aad:b2c:elements:contract:selfasserted:2.0.0
urn:com:microsoft:aad:b2c:elements:contract:unifiedssp:2.1.5
Thanks,
anu
Thanks @amanpreetsingh-msft
I acceptd answer.
But i have 2 questions:
1. how to translate placeholders?
2. Can I get the Ducth translation for all the Localized strings?
Thanks & Regards
Anu
Thanks a lot @amanpreetsingh-msft ,
You helped me a lot as I was struggling on getting messages in Dutch langauge and page versioning issues.
Thanks once again for your help.
Regards,
Anu
Hi @amanpreetsingh-msft ,
Thanks for your reply.
Pagelayout version is 2.1.6 .
I tried with version 2.0.0 then buttons are getting translated correctly but error messages are still in english.
I have another query:
I have added some custom html pages with custom claims as below:
<ClaimType Id="totpVerificationCode">
<DisplayName>Enter verification code</DisplayName>
<DataType>string</DataType>
<UserInputType>TextBox</UserInputType>
</ClaimType>
Thanks,
Anu
Hi @amanpreetsingh-msft ,
I am unable to submit my reply whenever trying to add contents of 'api.localaccountpasswordreset.nl' section
Hi James,
Thanks for your reply.
I have already followed all the steps mentioned in thread and all tenants got deleted successfully too.
But I am still getting same error “The resource quota exceeded: allowed==’20’, consumed=’20’, quotaType=’PerSubscriptionTenantLimit’.” error when trying to create new B2C Tenant.
Regards,
Anu Garg
Hi @DisplayName-3010 ,
Thanks for your the solution.
I have below solution in mind i.e.
1. Create HTML files with place holders for blob storage URL
2. Environment files having BLOB storage URL as per environment
3. Build script (powershell script) to replace those placeholders with actual values and generate HTML files that can be uploaded to BLBO storage.
Are you talking about the same approach?
Regards.