I need multi language support in my app.
so I found this way will be good:
messages that will be shown to user will be stored in utf-8 text file.
in my app I will load some of them to memory and I will use their _numericValue_ (getNumberValue?) to draw letters using custom font (sprites).
but there is problem : 1. WTK 2.5 dont like UTF-8 source files, so I cant check Character.getNumeric Value.
will it work if I will load file to String var and then will work with each char of that string var?

Reply With Quote

