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?


