RE: [PHP] Detecting language

2002-04-15 Thread Boaz Yahav
d for any language berber -Original Message- From: Boaz Yahav Sent: Monday, April 15, 2002 8:44 PM To: PHP General (E-mail) Subject: [PHP] Detecting language Hi I have an application that works with two languages. I'm trying to write a function that will tell me if a string contains only E

Re: [PHP] Detecting language

2002-04-15 Thread Erik Price
On Monday, April 15, 2002, at 02:43 PM, Boaz Yahav wrote: > I have an application that works with two languages. I'm trying to write > a function that will tell me if a string > contains only English or also chars from the other language. It's enough > that there is one char of a different > la

[PHP] Detecting language

2002-04-15 Thread Boaz Yahav
Hi I have an application that works with two languages. I'm trying to write a function that will tell me if a string contains only English or also chars from the other language. It's enough that there is one char of a different language to make the function return a true value. I guess I'm not