Hi Everyone,
I am developing a multi-language application(English and Arabic) using APEX v21.1 and facing a problem that page direction is not affected after the first click on the change language link in Nav Bar List until I click again although page content is changing immediately after the first click based on the Application Item :FSP_LANGUAGE_PREFERENCE for example :
decode(NVL(:FSP_LANGUAGE_PREFERENCE,'en'),'en','English Text....', '...نص عربي' ) ;
-Page Nav Bar : LTR
-Page Nav Bar : RTL (after two clicks on 'AR')

I've followed the steps in the below link:
Multilanguage database applications using Oracle APEX - TRIOLOGY GmbH (0 Bytes)
So the question is why it needs to click two times on the Nav Bar Link to change the page direction from LTR to RTL or vice versa?
Thanks & Regards