Re: Wishing: NSLocalizedStringArray
Re: Wishing: NSLocalizedStringArray
- Subject: Re: Wishing: NSLocalizedStringArray
- From: Jerry Krinock <email@hidden>
- Date: Sun, 22 Feb 2004 06:56:28 -0800
on 04/02/21 19:45, mmalcolm crawford at email@hidden wrote:
>
NSString *monthNamesString = NSLocalizedString(@"months",
>
"Comma-separated list of month names starting with January");
>
NSArray *monthNames = [monthNamesString
>
componentsSeparatedByString:@","];
Thanks, Malcolm. I was going to write some code to mutate keys: "month00",
"month01", etc. but your suggestion is easier.
Jerry
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.