Arthur...

The manual is you friend:
http://framework.zend.com/manual/en/zend.locale.html#zend.locale.introduction
See "using a default locale".

As you can read the "default" locale is the last line of defense when no way of detection has worked.
If you want to use a fixed locale you have to set it with setLocale().

Also to mention: There is no way to set a higher level than 1.0 because 100% is the maximum. For this reason you would never know which locale is used if there are multiple at the same level... when this happens the user states that he doesn't mind which is used. But you do, so you must not use the autodetection but a manual set one.

Greetings
Thomas Weidner, I18N Team Leader
http://www.thomasweidner.com

----- Original Message ----- From: "Arthur M. Kang" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, March 06, 2008 2:14 AM
Subject: [fw-general] Zend_Locale Quality


Is there any way to set the default locale where the quality will be
greater than the browser?  If I set a default locale, it never gets used
by the locale aware classes as it gets a quality rating of 0.1 and the
browser locales get 1.0.

Arthur


Reply via email to