Hello Adrian,
thank you, the BiDi addon works well.
I also modified file /wire/templates_admin/default.php:
<html lang="<?php echo __('en', __FILE__); // HTML tag lang attribute
/* this intentionally on a separate line */ ?>"
dir="<?php echo __('ltr'); // HTML tag text direction ltr or rtl
/* this intentionally on a separate line */ ?>">
Now i can set text direction in the file translation. Users with arabic language will get RTL support in the admin page too. Perhaps this could be PW standard.
Regards
Torsten