Name

DefaultLocale — specify default locale

SYNOPSIS

locale_definition

DESCRIPTION

The directive specifies the default locale.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Defining DefaultLocale

DefaultLocale hr_HR

Example: Achieving effect of DefaultLocale using Locale directive

Exactly the same effect as in the above example can be produced with:

Locale  hr_HR  default 1

NOTES

If two locales are set "default" using Locale, and no DefaultLocale is specified, the behavior is undefined as the first "default" found will be set as the actual default.

AVAILABILITY

DefaultLocale is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 615

['DefaultLocale',     undef,             ''],

AUTHORS

Mike Heins

SEE ALSO

Locale(7ic)

DocBook! Interchange!