Re: Intl String Resource Formats
Stanislav Malyshev <[email protected]> Thu, 12 Mar 2009 12:24:46 -0700
| Newsgroups | gmane.comp.php.internationalization |
|---|---|
| Organization | Zend Technologies |
| Message-ID | <[email protected]> |
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 [email protected] http://www.zend.com/ (408)253-8829 MSN: [email protected] -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php