lang::util::get_locale_options_not_cached (private)

 lang::util::get_locale_options_not_cached

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

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

Author:
Lars Pind

Partial Call Graph (max 5 caller/called nodes):
%3 lang::util::get_locale_options lang::util::get_locale_options (public) lang::util::get_locale_options_not_cached lang::util::get_locale_options_not_cached lang::util::get_locale_options->lang::util::get_locale_options_not_cached db_list_of_lists db_list_of_lists (public) lang::util::get_locale_options_not_cached->db_list_of_lists

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

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