lang::util::get_message_lookups (private)
lang::util::get_message_lookups
Defined in packages/acs-lang/tcl/lang-util-procs.tcl
Get the list of all message keys looked up so far during the current request.
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: global __lang_message_lookups if { [info exists __lang_message_lookups] } { return $__lang_message_lookups } else { return {} }XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-lang/tcl/lang-util-procs.xql