webtier@glassfish.java.net

Re: german localization does not work

From: <webtier_at_javadesktop.org>
Date: Tue, 16 Feb 2010 07:20:28 PST

hello
you can use [b]<message> or <messages>[/b].with an properties file when you must define the value these vattribues in german
    * javax.faces.component.UIInput.REQUIRED
    * javax.faces.validator.NOT_IN_RANGE
    * javax.faces.validator.DoubleRangeValidator.MAXIMUM
    * javax.faces.validator.DoubleRangeValidator.TYPE
    * javax.faces.validator.DoubleRangeValidator.MINIMUM
    * javax.faces.validator.LongRangeValidator.MAXIMUM
    * javax.faces.validator.LongRangeValidator.MINIMUM
    * javax.faces.validator.LongRangeValidator.TYPE
    * javax.faces.validator.LengthValidator.MAXIMUM
    * javax.faces.validator.LengthValidator.MINIMUM
finally add in your facesconfig.xml this code
<application>
        <message-bundle>"path of your properties"</message-bundle>
    </application>
thinks
good luck
[Message sent by forum member 'zfsk' (skylove_khalid_at_hotmail.com)]

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