If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Multilanguage fields - design question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-01-08, 03:46
tkaser tkaser is offline
Registered User
 
Join Date: Apr 2008
Posts: 1
Question Multilanguage fields - design question

Hello,

I’m currently writing an application that will be used in more than one language and would like to get some advice concerning a good way to handle multilanguage entries in the database schema.

See the attached images:

version1.jpg from here

and version2.jpg, my own design.

Both ways have their weaknesses/benefits…
In both approaches the language dependent data is factored out into separate tables - in version1 there is a table for every entity that holds the translations and in version2 one table that holds all strings and one that holds all translations.

Any experience with something like this?
What would you recommend?

PS: I have asked this question also in CodeIgniter Forums
Attached Thumbnails
Multilanguage fields - design question-version1.jpg   Multilanguage fields - design question-version2.jpg  
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On