Re: [PHP] human language detection?

2003-01-26 Thread Davy Obdam
Hi Marco. Try the HTTP_USER_ACCEPT_LANGUAGE variable. It simply detects the language of the visitors browser. It wouldnt work for my cause i use an english version of Mozilla (i am dutch too), although 90% of the dutch visitors probably uses MSIE in dutch eh;-) Best regards, Davy Obdam Marc

Re: [PHP] human language detection

2003-01-26 Thread Jason Wong
On Monday 27 January 2003 01:39, Marco Bleeker wrote: > Hi, I am creating a bilingual website (Dutch and English) and I wonder how > I would best detect the human language of a visitor. I am attempting > several things, but I am sure there must be a generally accepted > alternative. Can anyone poin