How to deal with localized content in the db

2023-11-01 Thread Riccardo De Menna
Hi Everyone, I was wondering if someone could point out a best practice on how to deal with localized content in the db. I come from the webobjects world where I would just flag a property in the eomodel as localizable. Then fetching from name, email, address columns would actually take data fr

Re: How to deal with localized content in the db

2023-11-01 Thread Andrus Adamchik
Hi Riccardo, The best practice is to actually map all those localized columns as explicit properties (Cayenne ObjAttributes), and deal with language switching in the code layer above Cayenne. Thanks, Andrus > On Nov 1, 2023, at 4:27 AM, Riccardo De Menna wrote: > > Hi Everyone, > > I was