Can anyone help with this,
the below will basically get the « sex » value from my database table,
So it will show « Boy » or « Girl » depending on the value,
$Details= “({sex})”;
What i am trying to do is get « sex » in another language on the result, my database is only english but would like results to show in other languages,
Is there an easy way to do this ?
I want to avoid doing my Database in different languages
Thanks for replies