@syabp, that doesn't help to show the issue. check your logs folder
maybe I may have misrepresented it. this feature is not available now. so you need to impelement it https://aspnetboilerplate.com/Pages/Documents/Multi-Lingual-Entities#createmultilingualmap this is the docs, but these documents explain how to use it. in ABP framework it's not ready yet. so you can start by creating the interface and the rest https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Domain/Entities/IMultiLingualEntity.cs
you are looking for "Multi Lingual Entity" This feature is on the roadmap, see https://github.com/abpframework/abp/issues/1754 but still not implemented yet. if you don't want to wait for it, you can implement it on your own, check out AspNet Boilerplate implementation https://aspnetboilerplate.com/Pages/Documents/Multi-Lingual-Entities
so, I fixed it See my commit https://github.com/abpframework/abp/commit/6557d1b7600f85eab202a8c401ee572701a42a30
yes, I can reproduce it.
@drpdev2, sometimes old DLL are not being deleted even you update a project references. so we add this delete bin & obj folders.bat because Visual Studio sometimes fails to clean the old DLLs. If you make a mass update, I suggest to close Visual Studio and run delete bin & obj folders.bat which is in the root directory of your application.
hi @ninomartini, I've filed the Angular enum naming issue. thank you!
I'll check it again.