NSDateFormatter - set device language as locale?
- by Emil
Hey.
I'm trying to get the iPhone to display dates formatted by an NSDateFormatter in the current device language.
I have tried setLocale:[NSLocale currentLocale], but that only returns 5 instead of May (or Mai, as I want it to be).
Any help is appreciated. Thanks! :)