lang::system::get_locale_options_not_cached (private)

 lang::system::get_locale_options_not_cached

Defined in packages/acs-lang/tcl/locale-procs.tcl

Return all enabled locales in the system in a format suitable for the options argument of a form.

Author:
Lars Pind

Testcases:
No testcase defined.
Source code:
    return [db_list_of_lists select_locales {}]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="lang::system::get_locale_options_not_cached.select_locales">
    <querytext>
       select label, locale
        from   ad_locales
        where  enabled_p = 't'
      </querytext>
</fullquery>
packages/acs-lang/tcl/locale-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: