Fetch Browser Language
I want to fetch user's browser language and set the item value to it. I am using an application computation PL/SQL Expression
UPPER(wwv_flow.g_browser_language)
to do so. However, what I get is allways the same value (English), regardless of the browser version.
Is this the right way at all?
Denes Kubicek