A free and open-source book about Zend Framework


18. Internationalization & Localization

In this chapter you will learn how to translate your Zend Framework 3 based website to different languages. This is often needed when you want to reach audience from different countries.

ZF3 components covered in this chapter:

Component Description
Zend\I18n Contains the functionality for internationalization.


Top