Can't you switch to XML and encode your file in UTF-8?
Name your file MyApplication_en_US.properties.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd";>
<properties>
    <!-- ... (other entries) -->
    <!-- This is a property example that uses Unicode \u00E4 -->
    <entry key="property.date">Fällig ab.</entry>
    <!-- ... (other entries) -->
</properties>

You can write your own tool to convert your properties file to the XML
format.

~ Thank you,
  Paul Bors

-----Original Message-----
From: Vit Rozkovec [mailto:rozkovec...@email.cz] 
Sent: Wednesday, October 09, 2013 4:49 AM
To: users@wicket.apache.org
Subject: Re: How to localize options in drop down.

If you would be using Eclipse IDE you can use this: 
http://propedit.sourceforge.jp/index_en.html

On 9.10.2013 10:45, cosmindumy wrote:
> Yes,
> Now they are unicode. Something like property.date=F\u00E4llig ab.
> But I want to use native characters in propery file as is easier to
handle.
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/How-to-localize-options-in-
> drop-down-tp4661751p4661763.html Sent from the Users forum mailing 
> list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to