I am building a multilingual website with Symfon 1.4/Doctrine, having English language defined as primary. Content translation in other languages are added gradually, and there will very often be situations when translation of the content requested will be unavailable in requested language. I want to display the requested content in English in those cases. Is this achievable at global level, e.g. for all the i18n content?
As pointed by Grad van Horck, this works fine by default for interface translation. What I need is the same functionality for content stored in DB (models having "actAs i18n" behavior).