Hello All,
We need to implement an application in several different languages, while
browsing the
internet, we found there are ways of creating a ResourceBundle which consists
of a
.properties files having the key=value syntax. This method makes the
application faster, but
bigger. Another method is having the texts as an XML file being loaded at run
time. This is
slower, from what I've found.
Any experiences of going about this?
Thanks
