i just found it a lot easier to edit the localizable.strings file than change the menu items in the nib file... i mean, if i had a program that is localized in 20 different languages, it would certainly be easier to edit a text file than the nib...
anyway... i've done it with the NSMenuItems, and it works fine, i'm just wondering why it doesn't seem possible to also programatically change the NSMenu titles, since it's possible to change the NSMenuItem titles... On Tue, Nov 4, 2008 at 3:18 PM, Christopher Hickman <[EMAIL PROTECTED]> wrote: > On Tuesday, November 04, 2008, at 03:02PM, "Chunk 1978" <[EMAIL PROTECTED]> > wrote: >>for localization purposes, i'd like to programatically change all of >>my app's menu item titles. > > Generally, you'd accomplish that with localized nibs instead of doing it > proramatically. Is there some reason why the normal paradigm doesn't work for > you? > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/chunk1978%40gmail.com > > This email sent to [EMAIL PROTECTED] > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
