Localization question
Localization question
- Subject: Localization question
- From: Jesus De Meyer <email@hidden>
- Date: Sun, 31 Oct 2004 13:44:01 +0100
Hi,
In my app I use a plist file to load items in an NSPopUpButton. The
plist structure is basically an Array as root and the rest of the items
are Dictionaries. Now, I would like to localize this and I know how to
do this, but I don't know if I have to change anything in my code.
Obviously when I localize that file, it will move into the
<language>.lproj folder and the call [NSArray arrayWithFile:[[NSBundle
mainBundle] pathForResource:@"fileName.plist"]] will not work because
fileName.plist will not be found.
So how do I fix this?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden