[PHP-I18N] Multiple Languages

2003-11-23 Thread David Kendal
I am making a WebForum with Multiple Language Support and I'm wondering if the best way to Store them would be by Variables ($x = "y") or Functions (x( "" )). David -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-I18N] Multiple Languages

2002-12-03 Thread George Polevoy
e/fr-fr/contents/page.php > > ../site/fr-ca/contents/page.php > > > > It sets the locale on a per transaction bases. It will not only work with > > Unicode with ICU but it will also work in code pages. > > > > You can have a terminal using Shift-JIS and Japanese pa

Re: [PHP-I18N] Multiple Languages

2002-11-26 Thread Steve Vernon
pport charset more dynamically. > > Carl > > > > > > > > > > -Original Message----- > > From: Steve Vernon [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, November 24, 2002 7:20 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP-I18N] Multiple L

RE: [PHP-I18N] Multiple Languages

2002-11-24 Thread Carl W. Brown
more dynamically. Carl > -Original Message- > From: Steve Vernon [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 24, 2002 7:20 AM > To: [EMAIL PROTECTED] > Subject: [PHP-I18N] Multiple Languages > > > Hiya, > I'm working on my first inter

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

[PHP-I18N] Multiple Languages

2002-11-24 Thread Steve Vernon
Hiya, I'm working on my first international PHP project, which is a site that displays differently in different languages. So I guess this is the place to ask adive. Ive done the code with flags etc so people can select the country and so the language. But im not sure about the best way to