- Publicity: Public Only All
lang-install-procs.tcl
Support procedures for install.xml actions.
- Location:
- packages/acs-lang/tcl/lang-install-procs.tcl
- Created:
- 20050129
- Author:
- Jeff Davis davis@xarg.net
- CVS Identification:
$Id: lang-install-procs.tcl,v 1.7 2024/09/11 06:15:48 gustafn Exp $
Procedures in this file
- install::xml::action::disable-locale (private)
- install::xml::action::enable-locale (private)
- install::xml::action::set-system-locale (private)
Detailed information
install::xml::action::disable-locale (private)
install::xml::action::disable-locale node
Disable a locale
<disable-locale locale="en_US">
- Parameters:
- node (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
install::xml::action::enable-locale (private)
install::xml::action::enable-locale node
Enable a locale
<enable-locale locale="en_US">
- Parameters:
- node (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
install::xml::action::set-system-locale (private)
install::xml::action::set-system-locale node
set the systewide locale
<set-system-locale locale="en_US">
- Parameters:
- node (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.