Page 1 of 1
About Question enthuware.ocpjad.v7.2.48 :
Posted: Wed Sep 25, 2024 11:09 am
by ksamso
In the <f:view> tag of the Facelet page you cannot configure the different supported locales, just indicate to use the default one, is that so?
Re: About Question enthuware.ocpjad.v7.2.48 :
Posted: Wed Oct 02, 2024 9:47 pm
by EricThomas
Yes
geometry dash meltdown, that's correct. The <f:view> tag in a facelet page cannot configure supported locales; it only uses the current or default locale. To set supported locales, you need to define them in the faces-config.xml file, like this:
<application>
<locale-config>
<default-locale>en</default-locale>
<supported-locale>es</supported-locale>
</locale-config>
</application>
The <f:view> can use the default or current locale but doesn't configure them directly.