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!

Set Language

Otávio GoulartDec 15 2023

Hello everyone,

In my application, users can set their language preference through the navigation bar using item preferences. I followed these steps to implement it: Enabling a Multilingual Support for Oracle APEX Applications. Users can also choose their language on the login page. Despite this, there is a problem. I'm using owa_cookie.send and owa_cookie.get to save the user's language preference in the browser, and it's working. However, when a user changes the language through the navigation bar while logged in and then signs out, the language preference on the login page becomes outdated. I attempted to set this item along with FSP_LANGUAGE (image below), but it's not working. Any suggestions?

Comments
Post Details
Added on Dec 15 2023
4 comments
581 views