Page 1 of 1

multilanguage ?

Posted: Sun May 17, 2009 7:01 am
by aneuryzma
Hi!

Is there any framework handling multilanguage options for my website ?

How does it work ?
Should I store all the different text versions in a database and retrieve the correct row depending on the language selection ?

thanks

Re: multilanguage ?

Posted: Sun May 17, 2009 7:37 am
by Darhazer
Multilanguage have 2 aspects.
Multilanguage of the content... all texts should be saved in ML tables in the database, while common data (date added, author, foreign ids) can be saved in SL table.

Multilanguage of the interface... texts strings can be saved either in the database or in language files.