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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to make toggle button in navigation bar to change session langugage?

User_TFFEUJun 25 2022

Hello in login form i can change the language by this

BEGIN
    APEX_UTIL.SET_SESSION_LANG( P_LANG => 'en');
END;
i have two languages for an app one is english and second one arabic
BEGIN
    APEX_UTIL.SET_SESSION_LANG( P_LANG => 'ar-om');
END;

i have done by redirect to a page and change language there use process but i do not want this 
i want to have toggle in navigation bar and change it and use these process there

please help me for this your help will be appreciated.
Thanks 


Comments
Post Details
Added on Jun 25 2022
5 comments
482 views