Azure ad b2c 为密码重置策略本地化Azure AD B2C中的元素

Azure ad b2c 为密码重置策略本地化Azure AD B2C中的元素,azure-ad-b2c,azure-ad-b2c-custom-policy,Azure Ad B2c,Azure Ad B2c Custom Policy,我正在尝试本地化与api.localaccountpasswordreset关联的元素。我在为api.signuporsignin设置本地化时没有遇到任何问题,所以我遵循了同样的方法 我无法获取发送验证代码/验证代码/发送新代码按钮或任何验证消息的更新内容。以下是我正在尝试的: <LocalizedResources Id="api.localaccountpasswordreset.en"> <LocalizedStrings> &

我正在尝试本地化与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>

测试--验证代码已发送到您的收件箱。请将其复制到下面的输入框中。
测试--验证代码已发送到您的收件箱。请将其复制到下面的输入框中。
测试——验证代码
测试——发送验证码

如果有人曾经遇到过这种情况,我们将不胜感激!谢谢

您是否使用displayControl进行电子邮件验证?或者验证的.Email输出声明?我们使用的是displayControl。如果有完整的扩展名文件就好了。是否将引用添加到ContentDefinition?是否使用displayControl进行电子邮件验证?或者验证的.Email输出声明?我们使用的是displayControl。如果有完整的扩展名文件就好了。您正在向ContentDefinition添加引用吗?