I tried my app using the German locale in the 1.5 emulator, but whenever I try to format a SimpleDateFormat with something like "MMMM dd", I only see a number for the month instead of the actual name of the month. It works fine when I switch to the US locale.
Is that simply a limitation of the emulator (which would be weird though, since all system strings are fully translated), or did I mess something up? I'm just creating the SimpleDateFormat with no locale parameter to get the default locale. And while I'm on the subject, I'm still trying to find out why SimpleDateFormat.parse() no longer throws an exception since 1.5, which broke my app in a nice and sneaky way. Is that by design? I didn't see it mentioned in the changelog, unless I missed it. -Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

