39.6 EMIT_LANGUAGE_SELECTOR_LIST Procedure
This procedure determines which languages the current application is translated into and prints the language selector. You can use this procedure from a PL/SQL region to include a language selector.
Syntax
APEX_LANG.EMIT_LANGUAGE_SELECTOR_LIST;
Parameters
None.
Example
The following example displays a language selector.
BEGIN
apex_lang.emit_language_selector_list;
END;
Parent topic: APEX_LANG