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
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
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
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
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
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