I have a project with multiple modules and i can use lookup from module to other (Enum) and it works fine as image 1 when i tried to do same logic but this time within creating new tenant screen it's not working as expected the result is value as image 2 now you will say it is working and there is data but actually this data is wrong because i get lookup from Enum so the result is value on Enum not the value stored within localization (En || Ar) as image 1 so i want to show the localization value not Enum value i wrote my code within two classes 1- Domain Shared path ==> src\Horizon.HorizonERP.Domain.Shared\HorizonERPModuleExtensionConfigurator.cs
2- Entity Framework path ==> src\Horizon.HorizonERP.EntityFrameworkCore\EntityFrameworkCore\HorizonERPEfCoreEntityExtensionMappings.cs
- ABP Framework version: v8.0.2
- UI Type: MVC
- Database System: EF Core (SQL Server)