sgjsakura / AspNetCore

ASP.NET Core Extension Library
Apache License 2.0
162 stars 26 forks source link

asp-text-source tag helper does not use aspnetcore data annotation localization #26

Closed alibghz closed 7 years ago

alibghz commented 7 years ago

When we set asp-text-source option for a asp-enum-for to for example "Name" it only show the exact name which we have in display method and cannot get the localized Name using built-in ASP.NET Core 1.1.* Data Annotation Localization.

correctchoiseenum

correctchoiseresx

correctchoisesource

correctchoiseview

sgjsakura commented 7 years ago

@alibghz Hi, this problem is confirmed and I'm working for a solution now. Please be patient for days.

Thank you for your feedback :-)

sgjsakura commented 7 years ago

@alibghz Hi, please try to update the package to the lastest version 1.3.4 and see if the problem is solved.

Thank you again for your feedback and waiting for your kind reply :-)

sgjsakura commented 7 years ago

Since the author of this issue does not reply for days, I'm closing it now. Please feel free to reopen it of submit new issues if you have new problem.

alibghz commented 7 years ago

@sgjsakura Many thanks for your amazing support! I never thought that the issue could be solved in the same day of reporting and expected for several days waiting I just saw the notification and updated to new version and it worked, it is completely solved. Thanks again.