hi
i have a few questions about
jsf and localization.
assume i have the following definition in faces-config.xml
In my jsf page i use bundle.abc to get the value of abc (which is mapped in labels.properties). i also have labels_de.properties
the question is - what locale is used in in this bundle?
i configured the locales:
but it didnt make the page take the values from labels_de.
only when i define <f:view locale="de_DE"/> in the page, the value is taken from labels_de.properties.
Can someone please explain how this works?
thanks.