locales.ini, contains locales used by Request/Response Objects.
Syntax
locale = encoding
encoding
|
the ISO code for the locale.
|
locale
|
the locale's identifier.
* is the default locale to use when none of the defined locales match.
|
Notes
Changes made to configuration files will not be used until the server is
restarted.
Example
* = ISO-8859-1
en = ISO-8859-1
es = ISO-8859-1
|