Special language resources

File common.php contains two special language resources, which are not translatable. You should take special caution while changing these values:

_LOCALE

This language resource must contain the allowed values to be used with PHP's setlocale() function - both Windows and Linux values should be specified. All values must be separated by a newline. You should specify all the possibly recognized locale identifiers for the language WITHOUT the encoding postfix, as it will always be set to UTF-8.

_LOCALE_DEFAULT_TIMEZONE

This language resource must contain the default timezone (see list available at http://php.net/timezones) of the translated language. Users will anyway be able to choose a different timezone.

image