EMIT_LANGUAGE_SELECTOR_LIST Procedure

This procedure determines which languages the current application is translated into and prints language selector. You can use this procedure from a PL/SQL region to include language selector.

Syntax

APEX_LANG.EMIT_LANGUAGE_SELECTOR_LIST;

Example

The following example shows how to use the EMIT_LANGUAGE_SELECTOR_LIST procedure to display language selector.

begin
APEX_LANG.EMIT_LANGUAGE_SELECTOR_LIST;
end;