api.localaccountpasswordreset に関連付けられている要素をローカライズしようとしています。api.signuporsignin のローカリゼーションの設定に問題はなかったので、同じプロセスに従いました。
[確認コードを送信]、[コードを確認]、[新しいコードを送信] ボタン、またはいずれかの確認メッセージのコンテンツを更新できません。ここに私がしようとしているものがあります:
<LocalizedResources Id="api.localaccountpasswordreset.en">
<LocalizedStrings>
<!-- error messages - 2 attempts for same element -->
<LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="success_send_code_msg">testing -- Verification code has been sent to your inbox. Please copy it to the input box below.</LocalizedString>
<LocalizedString ElementType="UxElement" StringId="ver_info_msg">testing -- Verification code has been sent to your inbox. Please copy it to the input box below.</LocalizedString>
<!-- buttons -->
<LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_verify_code">testing -- Verify code</LocalizedString>
<LocalizedString ElementType="UxElement" StringId="ver_but_send">testing -- Send verification code</LocalizedString>
</LocalizedStrings>
</LocalizedResources>
誰かが以前にこれに遭遇したことがあるなら、助けていただければ幸いです! ありがとう