Hello,
I've encountered another issue with entity extension regarding UI localization. Here's the code I'm working with:
property.DisplayName = new FixedLocalizableString("Label:BirthDate");
The label translates correctly in the "Create" and "Edit" forms, but it doesn't translate in the table headers.
When I add :: before the localization key, the label is correctly translated in the table headers, but the "Create/Edit" forms show an empty string instead.
Could you please assist with resolving this?
2 Answer(s)
-
0
Hello
Thanks for reporting this issue. It seems to be a bug related to how localization keys are parsed differently between form fields and table headers.
Once we have a fix in place, I’ll update you right away. Also, I’ll refund your ticketBest regards
-
0
Thanks!