install::xml::action::disable-locale (private)

 install::xml::action::disable-locale node

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

Disable a locale <disable-locale locale="en_US">

Parameters:
node

Partial Call Graph (max 5 caller/called nodes):
%3 apm_required_attribute_value apm_required_attribute_value (public) lang::system::locale_set_enabled lang::system::locale_set_enabled (public) install::xml::action::disable-locale install::xml::action::disable-locale install::xml::action::disable-locale->apm_required_attribute_value install::xml::action::disable-locale->lang::system::locale_set_enabled

Testcases:
No testcase defined.
Source code:
    set locale [apm_required_attribute_value $node locale]
    lang::system::locale_set_enabled -locale $locale -enabled_p f
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: