On Tuesday, November 04, 2008, at 04:44PM, "Chunk 1978" <[EMAIL PROTECTED]> wrote: >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...
It certainly is easier to edit strings files. That's why you use nibtool to generate those strings files to edit, then you use nibtool to generate the localized nibs. It's easy and it means less code. Less code means fewer places to introduce bugs, and that's a GOOD thing. :) Topher _______________________________________________ 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]
