webtier@glassfish.java.net

How to translate converter messages?

From: <webtier_at_javadesktop.org>
Date: Thu, 03 Sep 2009 05:37:46 PDT

Hi!

I want to translate the english converter messages to a different language.

I place the entry:

javax.faces.converter.BigDecimalConverter.DECIMAL=.......

to my resource bundle. Then the page still shows the english version of the key.

Here is the locale settings of my faces-config.xml:

<locale-config>
                        <default-locale>hu</default-locale>
                </locale-config>
                <resource-bundle>
                        <base-name>package.messages</base-name>
                        <var>msgs</var>
                </resource-bundle>

Any idea?
[Message sent by forum member 'gabox01' (beres.gabor_at_gmail.com)]

http://forums.java.net/jive/thread.jspa?messageID=362810