Open Closed

AutoMapper with Localization #5915


User avatar
0
IbrahimSarigoz created

I need to add localization to my ApplicationAutoMapperProfile code. Is there a way to do this?

  • ABP Framework version: v7.3.2
  • UI Type:MVC
  • Database System: EF Core (Oracle)
  • Tiered (for MVC) or Auth Server Separated (for Angular): Tiered (for MVC)

1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try to inject IStringLocalizer<YourResource> in the AutoMapper profile.

    https://github.com/abpframework/abp/pull/6868

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11