I configured a default locale, and set up a text.properties + text_de.properties.
<application>
<locale-config>
<default-locale>en</default-locale>
</locale-config>
<resource-bundle>
<base-name>text</base-name>
<var>text</var>
</resource-bundle>
</application>
Now, if I go to the website with german locale settings, the text is taken from text_de! Even though it is not configured as supported language!?
It that intended by jsf?