How can i display arabic characters from resource bundle (properties file)
I am working on a project involving swing components and hava used netbeans to develop a swing components based interface. I have used the internalisation wizard to generate the resource bundle inro a properties files which works successfully.
I have created a locale for the arabic version and have managed to edit the file and saved it as a unicode document. The problem is that when I use the resource bundle, the interface displays the arabic characters differently.
What are the correct settings for the JRE or the internalisation classes that can allow me to display the arabic characters correctly. Data that includes arabic characters that is input in the text fields to the database and back is diplayed properly when retruned to the interface.
Regards,
Charles

