Ever felt like this?
If so, do read on. Because it has become easier.
Do you want to quickly organize your multi-language website in Zend Framework, such that you can easily add languages without breaking the website? And from there, progressively translate pieces of your website? Imagine a website where you have a handful of static content – think of about pages, policy pages and disclaimer pages – and you want to easily add translated pages to your system, without having to go through programming the logic of selecting the right view for these pages.
Look no further, for the ZF1E library offers exactly that solution. Using the built-in MultiLanguage
resource, it will determine which language part of your website your visitor is accessing, and grab the correct view for that language.