Arabic lanagage keybord on nextion

i have an on going project where i need to have arabic keybord and arabic font .did any one have idea how to implement this

Here’s one I did quite a while ago:
Keyboard
Each character has code like this code for the A key: t0.txt=t0.txt+b0.txt
Delete the last entry by touching the t0 textbox: t0.txt=t0.txt-1

p.s. I ended up not using this in my project as it just needed a list of the files on a microSD card. It didn’t need a key for spaces :grinning_face_with_smiling_eyes:

To read right to left, simply change the formula to: t0.txt=b0.txt+t0.txt

THANKS , I TIRED THIS METHOD ASWELL AS WE KNOW ARABIC IS HAVING TOO MAY SUBLETTER FOR EACH LETTER AND ALL LETTERS ARE CONNECTED