Jump to content

autocomplete multi-language like google?


hollowdra

Recommended Posts

hi, this is my first question in this great website i hope you can help me .

The problem is : am working on a website and the customer wants an Arabic interface

so far so good but the problem is that i implemented an autocomplete feature in the English interface and i want to implement it in the Arabic interface but the autocomplete doesn't

return any results although i set the collation in the tables to utf8_general_ci and i inserted

this in the header file

 

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ar" dir="rtl" lang="ar-SA">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />

 

but it's not giving any result when i search in Arabic but it's working perfectly in the English version and i saw that in Google the autocomplete works with every language

in the world so how did they do that?

and is there something I've missed or forget to do ?

 

and if you want the code just tell me.

 

 

please help anyone!! 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/206774-autocomplete-multi-language-like-google/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.