Hello,
How can I test if a variable has a specific arabic value using macro condition.
I used :
if(variable == "عربي") { ... }
but it didn't work.
try displaying the value on a page then viewing the html source, it's possible the value is html encoded and you will need to match on that.
Yes it works. Thanks for the answer .
Make sure to mark questions as answered if it worked so others can know and also so they don't look to answer something already answered. Thanks Mahmoud!
Please, sign in to be able to submit a new answer.