Oracle9iAS Portal Developer Kit

get_http_language function

Contained in package wwctx_api.

Call this function to return the HTTP language used by the current Oracle Portal user.

The value is determined by mapping the NLS language stored in the Single Sign-On (SSO) cookie to its corresponding HTTP abbreviation.

function get_http_language

return varchar2;

Version: Oracle9iAS Portal 9.0.2 or later

Returns:

This function returns the HTTP language used by the current Oracle Portal user.

Exceptions:

This function raises no user-defined exceptions.

Example:

l_http_language varchar2(30);
l_http_language := wwctx_api.get_http_language;

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio