Re: [PHP-I18N] Encoding detection
by Gustav Foseid other posts by this author
Mar 19 2001 12:31PM messages near this date
Re: [PHP-I18N] Encoding detection
|
Re: [PHP-I18N] Encoding detection
Atanas Vassilev:
> I formed my include like this:
> include "lang_".$HTTP_ACCEPT_LANGUAGE.".INC";
This will not work properly. Firts of all, youmight get a request from
someone having another language set in their preferences. You can also have
more than one language set, in my requests HTTP_ACCEPT_LANGUAGE is set to
"no, en, sv".
--
Gustav Foseid, Initio IT-løsninger AS
gustavf@[...].no
--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-i18n-unsubscribe@[...].net
For additional commands, e-mail: php-i18n-help@[...].net
To contact the list administrators, e-mail: php-list-admin@lists.php.net
Thread:
Atanas Vassilev
Atanas Vassilev
Atanas Vassilev
Gustav Foseid
Gustav Foseid
|