JSF Locales
How come you can set a default-locale tag in faces-config.xml?
I understand the supported-locale tags, but isn't the default locale specified by the user's web browser (and based on the order of preference the user's supported locales are listed in)?
What does default-locale then do?
Thanks.

