我正在尝试本地化与 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>
如果有人以前遇到过这种情况,将不胜感激!谢谢