Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Page Direction in Multi-Language Application- Needs to click two times on the Nav Bar List link

Bilal AwwadOct 17 2021 — edited Oct 17 2021

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
image.png-Page Nav Bar : RTL (after two clicks on 'AR')
image.png
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

Comments

Post Details

Added on Oct 17 2021
4 comments
357 views