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