Click here to Skip to main content
15,908,842 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi,
There is free text search in my asp.net application. i am using sql query to search the text (eg:select * from table where description like '%txtsearch.text%'). its working properly for english.
But in my DB the data is in different languages like French,japanese, korean etc.. How can I search the multi language data in asp.net application?

plz reply ASAP
Posted

1 solution

Unless you know up front which language is being used you'll have to search each in turn until you get a hit, I would imagine. It may be possible to attempt to deduce the language (may be obvious that Japanase is not English and so on) but that could lead to some intersting mistakes.
 
Share this answer
 
Comments
R. Giskard Reventlov 28-Nov-10 2:48am    
Why a 1?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900