Sorry to ask a similar question to before but this is slightly different.
How (what actual steps) whould I take to be able to show the days of the week in short (Mon, Tue, etc) and long (Monday, Tuesday) format for all languages supported by all devices when I'm using a custom font?
Clearly I have to make sure ALL possible characters are in my font, i.e. Latin and Cyrillic (this might be a problem as resources are an issue).
At the moment I get the short version in English and convert it to the long format. But do I have to detect the langauge and store all the long versions for all languages?
Also can this actually be tested in the simulator?
Thanks!