i must add a language support to an existing Zend 1.12 project. Is it possible to use a html select box to change the language? The only way that i know is to use the "onChange" attribute of the select box to insert a specific js function which can analyze the selected option.
Is it possible to initiate a zend_translate language switch in javascript?