Storing i18n data in a database using XML
- by TigrouMeow
Hello,
I may have to store some i18n-ed data in my database using XML if I don't fight back. That's not my choice, but it's in the specifications I have to follow. We would have, by example, something like following in a 'Country' column:
<lang='fr'>Etats-Unis</lang>
<lang='en'>United States</lang>
This would apply to…