Re: [PHP-I18N] Multiple Languages

2002-12-03 Thread George Polevoy
Hi! Here is my solution to globalization. It works good, if you only need a few languages It uses simple markup for html and php strings. Hope this helps. usages: require_once( 'localize.inc"); // see belo 1.loc( "en|In English|ru|In Russian|fr|Franci... i don't speak this language actually

Re: [PHP-I18N] Multiple Languages

2002-11-26 Thread Steve Vernon
H, This seems to be harder than I thought! Thanks everyone for there help! Carl this IBM international thing is very interesting, and many thanks for telling me about it. Just think it is a lot of work, especially since I want my site to be on in January, not sure I can manage thi

RE: [PHP-I18N] Multiple Languages

2002-11-24 Thread Carl W. Brown
Steve, A couple of years ago I developed extensions for PHP that sound like what you want. It used ICU http://oss.software.ibm.com/icu/ to provide the i18n services for PHP. First it also provided an override to the Apache mod_mime services to allow it to work like other web servers and allow yo

Re: [PHP-I18N] Multiple Languages

2002-11-24 Thread Moriyoshi Koizumi
Take a look at http://www.php.net/manual/en/ref.gettext.php This appears exactly what you are looking for, while your idea is as good. Moriyoshi "Steve Vernon" <[EMAIL PROTECTED]> wrote: > Hiya, > I'm working on my first international PHP project, which is a site that > displays differently