Post

Replies

Boosts

Views

Activity

Reply to Polish Months appear to be translated incorrectly
In brief: NSDateFormatter *instance = [[NSDateFormatter alloc] init]; [instance setDateFormat:@ "MMMM yyyy"]; [instance setTimeZone:[NSTimeZone timeZoneForSecondsFromGMT:0]]; return [instance stringFromDate:self]; From second comment, legacy code isn't setting locale or formattingContext.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22