RE: Adding language support to tables

2013-05-01 Thread Rick James
You want to say either "Germany" or "Deutschland", depending on a "language_code" somewhere? Remove the strings you have in those tables now; add about 4 new tables, each one paralleling the existing tables, but more rows and these columns: * id (the PK of the existing table) * language code (EN

Re: Adding language support to tables

2013-05-01 Thread Neil Tompkins
"You want to say either "Germany" or "Deutschland", depending on a "language_code" somewhere?" *Yes, this is the exact issue I'm on on about. * I like your idea. Does anyone else have any thoughts before I try this way ? On Wed, May 1, 2013 at 4:19 PM, Rick James wrote: > You want to say eit