39.6 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;
Parameters
None.
Example
The following example demonstrates how to display language selector.
BEGIN
apex_lang.emit_language_selector_list;
END;
Parent topic: APEX_LANG