Re: Localized nib will only load english
Re: Localized nib will only load english
- Subject: Re: Localized nib will only load english
- From: "Louis C. Sacha" <email@hidden>
- Date: Tue, 6 Apr 2004 01:56:12 -0700
Hello...
Make sure that the english version of the nib is in English.lproj and
not loose in the resources folder. If there is a version of a file in
the base level of the Resources folder, your application will load
that version and will not even look in the localized directories for
that file at all.
Hope that helps,
Louis
Ok. I have localized one of the two nibs in my application. It's
german so I have a folder now German.lproj anyway. I switch my
system language to Deutsch and launch the app, then bring up a
window that should be in german since it should be loading out of
the german folder.. So why is it still in english even though any
other program I quit and start comes back up in german
April.
_______________________________________________
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.