Hello, Zend_Locale loads locale xml file on every initialisation. I want to optimise the performance as much as possible.
Is it possible to make my own locale data provider, to supply locale data from array or cache xml in memcache or database ? Thanks.
