Translation Articles and Tutorials


April 3, 2014

How To Translate Content With The Translate ViewHelper

You want to make your site available in a wide array of different languages, well, at least 2 — how do you do it? Zend Framework provides Internationalisation (I18N) support and the translate viewHelper to handle this for you quickly and simply. In today’s post, we step through how to set up translations and use them in view templates.

April 5, 2010

Do you i18n?

What’s your attitude to i18n? Are you not quite sure what i18n is? Well, according to Wikipedia, it’s:

Internationalization is the process of designing a software application so that it can be adapted to various languages and regions without engineering changes. Localization is the process of adapting internationalized software for a specific region or language by adding locale-specific components and translating text.