Find object from list which have data in different languages

0
  Hi all, I have Table name : “MultiData” which have column name : “DisplayName” I retrieve data from database and now I have list of Object of “MultiData” which have data like this “Toronto” “Montréal” Now How can I find object which user input String: “Montreal” ( not a in French character) Thanks Urmil
asked
2 answers
0

Maybe I’m missing the point, but the options from the list operations section (find) should do the trick I think.

answered
0

Hi Erwin,

Find object work if both string are same
example: "Montreal" and "Montreal"

I have two different string "“Montréal” and "“Montreal”

 

answered