NSCalendarDate localized month string
NSCalendarDate localized month string
- Subject: NSCalendarDate localized month string
- From: Michael Emfinger <email@hidden>
- Date: Tue, 04 Dec 2001 10:46:49 -0800
Hello,
I'm obtaining a month name and year for display by using the following
NSTextField assignment from an NSCalendarDate...
[monthName setStringValue:[firstOfMonth
descriptionWithCalendarFormat:@"%B&Y"]];
My problem is that when this is displayed under non-English systems the
month name is always English. In other windows I simply display an
NSCalendarDate and it IS localized accocordingly, but it seems when getting
the month/year specifically I'm omitting something.
Any ideas?
Thanks in advance,
Michael