|
get_preferred_http_language function |
|
Contained in package wwnls_api. Call this function to determine the HTTP language used to derive the
NLS language in which to display user messages. function get_preferred_http_language |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Returns: This function returns the browser language. Exceptions: This function raises no user-defined exceptions. Example: l_http_language varchar2(30); l_http_language := wwnls_api.get_preferred_http_language; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |