Mário Gamito wrote:
Yes, but what i was looking for is the best solution for the users to
choose their language.

The same principals apply as to how you organise the customised strings. Whether the language selection is automatic or manual is surely peripheral to the point.

-Stut

Tony Marston wrote:
If you read
http://www.tonymarston.net/php-mysql/internationalisation.html#determine.use
r.language you will see that it determines the user's language from
$_SERVER["HTTP_ACCEPT_LANGUAGE"] which is taken from settings in the
client's browser. It is also possible for this to be overridden in the
Control Record or the MNU_USER record.

Tony Marston

http://www.tonymarston.net http://www.radicore.org



-----Original Message-----
From: Mário Gamito [mailto:[EMAIL PROTECTED] Sent: 30 September 2006 16:11
To: Tony Marston
Subject: Re: [PHP] Re: How to effectuate translations


Hi Tony,

But this works automagiacaly from the browser language or the users can choose ?

Regards,
Mário Gamito

Tony Marston wrote:
Take a look at

http://www.tonymarston.net/php-mysql/internationalisation.html which
documents the solution which I have adopted.




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

Reply via email to