I have a blog article in the db with more than one language. So there is a
articles table and a articles_content table. The content is fetched from the
database and stored with associative array in the article ($content =
array('en'=>$article_en, 'nl'=>$article_nl).I'd like to use zend translate to determine the translations, but it seems there is no solution for it yet. So do you have any suggestion how to handle translations from database? Greets, Jurian -- Jurian Sluiman Soflomo.com
