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)
-
0
hi
You can try to inject
IStringLocalizer<YourResource>
in the AutoMapper profile.https://github.com/abpframework/abp/pull/6868