resource bundle

Hello,

I have used resourec bundle for translate GUI into Arabic Language,but the translated strings have separated characters,for example, i wrote in property file the following key/value pair: fileLabel=?

but the fileLabel appears on the GUI ? ? ?

what is the problem?

thanks.

[311 byte] By [Mhmha] at [2007-9-19]
# 1
PropertyResourceBundles should be in Latin-1 or they should be encoded using the native2ascii tool.--John O'Conner
joconnera at 2007-7-8 > top of java,Desktop,I18N...