Hi mywatermelonYou could define two IStringLocalizers in the controller and implement them to add up, like the following:复制 public class BookController : Controller { private readonly IStringLocalizer _localizer; private readonly IStringLocalizer _localizer2; public BookController(IStringLocalize...