Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi, I'm trying to localize editor labels in a SfDataForm using the DisplayAttribute. If AutoGenerateItems is set to true, everything is fine. But if I set AutoGenerateItems to false and create the items manually, the DisplayAttributes's Name value is not used.
You can easily reproduce this problem by modifying the sample from 'How can I set data into the editors? ticket'. In the attached sample, I set [Display(Name = "PhonePropWithDisplay-Attr")] for the Contacts.Phone property.
The new label is not used, if AutoGenerateItems is false, but it is used if