-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing multi-lingual entities #11698
Comments
Thank you, that's good news. |
@ebicoglu can you please explain the key design problems, so that we can give you feedback and maybe some ideas for possible solutions? |
Any new about the progress? I want to buy the abp commercial but this feature is a must for my purpose. |
I have done some progress on this in these 2 PRs and according to this test, there is no need to use sync over async at all! Lines 137 to 155 in 8ca3e79
and this is the mapping profile that makes this possible: Lines 8 to 23 in 8ca3e79
it uses automapper's ability to pass parameters during the mapping process, see official docs It would be easier if Abp had this by default, so that we don't have to go through automapper #14834 |
We have started to implement this feature in the past, but it was canceled due to some design problems.
This issue is for getting ideas from the community and tracking the progress of the this feature.
The previous related conversation is at #1754
This feature exists in ASP.NET Boilerplate and if you don't want to wait and implement it on your own, check out the ASP.NET Boilerplate implementation
The text was updated successfully, but these errors were encountered: