when I use chinese,I put message_zh.properties into the right place.
the app display right applicaiton title with chinese.
but the menu.label and view.label cannot display right character.
I don't know this. Is a bug?
when I use chinese,I put message_zh.properties into the right place.
the app display right applicaiton title with chinese.
but the menu.label and view.label cannot display right character.
I don't know this. Is a bug?
I can't recall what the default encoding of properties files is - you need to ensure that the properties file and the browser are all using the same encoding.
A safe way to avoid this issue is to Unicode escape extended characters in the properties files (i.e. \unnnn).
A nice Eclipse plugin which automatically does the unicode escapes for you is JInto[1], it allows you also to modify multiple property files at a time.
[1] http://www.guh-software.de/jinto_en.html