Greetings,

as the fw-i18n list was eliminated without information I am sending new annoucements to fw-general...
So please ignore this mail if it's not what you expected to receive :-)

---------------------------------------------------

Greetings,

Some of you have expected problems with the automatic detection of
Zend_Locale.
The reason is that in some environments no locale can be detected.

This is especially when
* the browser sends no language tag
and
* the server has set a "default" locale ('C')
* or the server uses a properitary locale

In this cases you could get an exception telling you that no locale can be
detected.
Now you can set a "default" locale which will be used as last fallback
within every instance.

Zend_Locale::setDefault('de');

See the added documentation and
http://framework.zend.com/issues/browse/ZF-2300 and
http://framework.zend.com/issues/browse/ZF-2310
for details.

If you find any problems with this new feature please report them.

Greetings
Thomas
I18N Team Leader


Reply via email to