Name

ExecutionLocale — specify lowest-level locale

SYNOPSIS

locale_definition

DESCRIPTION

The directive specifies the "lowest-level" locale; the one that will be re-set on every page so that the daemon cannot even accidentally be left with a bad locale.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Defining ExecutionLocale

Put the following in interchange.cfg:

ExecutionLocale de_DE

NOTES

ExecutionLocale defaults to "C" and you'll probably never want to change it. There is the need to change locale while Interchange is running, of course, but this is done only for critical code sections and not for the majority of other, "locale-independent" code. To see the list of code "groups" that require a locale adjustment, run locale and man locale on your Unix system.

AVAILABILITY

ExecutionLocale is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 614

['ExecutionLocale',   undef,             'C'],

AUTHORS

Mike Heins

SEE ALSO

Locale(7ic)

DocBook! Interchange!