Did a RTFM on UniCode and so from now on UTF-8 to be used for all text. This will hopefully lead to a end of the char encoding problems, but may take a while to get there, as some text is not encoded correctly. 17 lines of code changed in:
Addition of new language support. This is to test the basic functionality. There is still alot of translation work to do before this is useful, but these new files are there a placeholders if notting else. 65 lines of code changed in:
Use the Locale not a language code where possible. This fixed an error where Austrian Dates where not formated into German. 39 lines of code changed in:
Resourse Bundle only i18n. On reflection I think it is easier if all translations are in one location not two, and we do not have to set a list of languages that can be over-ridden. This means that any language can be suppoeAlso as Justin pointed out it is easy for users to contribute properties files to the project. 246 lines of code changed in: