Re: Localising Preference Panes
Re: Localising Preference Panes
- Subject: Re: Localising Preference Panes
- From: Uli Kusterer <email@hidden>
- Date: Sun, 15 Oct 2006 21:20:16 +0200
Am 14.10.2006 um 21:49 schrieb Gregory Weston:
I've just been using the normal technique of creating localized NIB
files. I'm not sure what the real meaning of the <<do not
localize>> in the window title is, but just as with any other
plugin the correct set of localization resources is used.
I think that only applies to the window title. The reason for this
is that PrefPanes come from a time when there was no way to save an
NSView in a NIB as a top-level object. So what you had to do was
create a dummy window and then "un-root" its contentView and put it
in whatever window you want to display the view in. So, what this
probably intends to say is that there's no use localizing the window
title because its only there as a container in the NIB. Only stuff
*in* the window is worth localizing, because that will be displayed.
Just a guess.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
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