我按照https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization的指南来翻译ASP.NET核心应用程序。
但是很遗忘如何在TagHelper中翻译文本:
Your password has been reset. Please <a asp-controller="Account" asp-action="Login">Click here to log in</a>.
在github示例中https://github.com/aspnet/Entropy/blob/dev/samples/Localization.StarterWeb/Views/Account/ResetPasswordConfirmation.cshtml省略了这些文本。
由于