RTL direction (v2022)

Hi
I migrated my project from phpmaker10 to phpmaker2022 , everything is working well except the direction of list pages grids.My old project in PHPmaker 10:
It was Arabic local so the grid is Right to Left.After migration to PHPmaker 2022:
The grid direction is Left to Right.I want to conver the grid direction in the new migrated project to be RTL … Please advise.

Have you added the arabic .xml language file for your v2022 project, too?

Make sure you use the correct language ID, read Migrating to v2022 → Language Files.

This is the first 2 lines of Arabic.xml under the lang folder.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

what should I do in it to enable RTL?

mohomar99 wrote:

Wrong language id.

Please refer to this Arabic language to see the correct one.

I modified the language id from ar to ar-sa , but nothing happend , still the grid and the add edit forms still LTR , do u have any clue where to check else?

Try ar-SA instead of ar-sa.