Hello,
I am trying to develope a multicultural sample application with XAF. What I have in the application is a Contact object inherited from Person object. Contact object also have a MLName object, that is a simple object having properties name_en and name_tr. In the contact edit panel there ise lookup for MLName. I need to show the related column according to the application's culture . For example if the application's language is English the lookup must show Name_en column, and Name_tr vice versa. I tried to edit application xml model and set the "propertyname" of the lookup according the language. But system says "propertyname" is readonly. Is there any alternative solution? IF I could not manage to solve the problem then I will not use XAF. In that manner I will be very unsatisfied and sorry since I will not have the chance to use such great framework.
Thanks for your help.