My application is i18n, but with a difference in the region, this means that I will need to have such translations:
etc...
The Zend_Translate documentation says that you can use the following structure:
/languages
/en
lang.en
other.en
/de
lang.de
other.de
Will Zend_translate work with a regional folder, for example ch_DE?
Johnt source
share