Arabic text displayed with spaces between letters on quick view tab!

Hello,
I am working on a project where I want to display data on the quick view tab in Arabic. So, instead of displaying “yaw” on the quick view tab I want it to display “زاوية”: However, the result I am getting is this
image
Any assistance would be much appreciated.

Maybe try looking the FlightData.ar.resx ? An other solution would be to put in the mainloop of flightdata something like
if qv.desc == “yaw”
qv.desc = “your text in arabic”

But I am no expert so probably someone else has a better solution

1 Like