Hi!

Since the intl implementation is still some way off, what would you
recommend to use as a string resource format? Right now we are planning on
just having files with large php arrays in them (one file per locale) and
then including the appropriate file at system startup. Is there a better
way? We can't use the php gettext extension, since it doesn't support the
Linux gettext's context sensitivity.

You may want to look at Zend Framework implementation of locale data and translations here:
http://framework.zend.com/manual/en/zend.locale.html
http://framework.zend.com/manual/en/zend.translate.html

Maybe it will fit your purposes.
--
Stanislav Malyshev, Zend Software Architect
s...@zend.com   http://www.zend.com/
(408)253-8829   MSN: s...@zend.com

--
PHP Unicode & I18N Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to