Localization of initWithWindowNibName
Localization of initWithWindowNibName
- Subject: Localization of initWithWindowNibName
- From: Steve Sheets <email@hidden>
- Date: Wed, 1 Oct 2003 23:42:02 -0400
Lets keep the question simple...
I am opening a window using initWithWindowNibName. I had assumed that
Cocoa used a localized version of the file name, if I have one in my
bundle. When the apps main nib file is open, the application used the
correct localized one. However, when I test my code, this is not the
case. Do you have to do something special in this instance? Perhaps use
initWithWindowNibPath instead with the correct path, using the main
bundle for the localized version of the nib file? Or am I just not
doing something correctly, and should be able to use
initWithWindowNibName to open my window.
Steve Sheets
Midnight Mage Software
_______________________________________________
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.