As I am german speaking I would like to add some german text e.g. "fünf" to my clock face.
Unfortunately this those not seem to work.
As soon as I want to write a text using a statement like this:
dc.drawText(x, y, Gfx.FONT_LARGE, "fünf" , Gfx.TEXT_JUSTIFY_CENTER);
the program just crashes.
If I set the language on my 920XT to German then the menus contain Umlaute.
So it's most likely a programming issue.
Could anyone give me a hint on this?