Re: Localize Hide / Show menu?
Re: Localize Hide / Show menu?
- Subject: Re: Localize Hide / Show menu?
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 3 Dec 2001 20:50:58 +0100
On Monday, December 3, 2001, at 08:29 PM, email@hidden wrote:
Le lundi 3 dicembre 2001, ` 06:12 , Stiphane Sudre a icrit :
Stupid suggestion:
why don't you just set the complete Menu Item title in your
validateMenuItem method using the NSLocalizedString class of methods ?
It is certainly feasible but implies that the strings are in
Localizable.strings, though their obvious place is in mainMenu.nib.
The name of the application in the Main Menu is not in the .nib. Is it
that shocking ?
This is inconvenient for localizers (they have to figure out the link
between the menu item and these strings).
Weak problem: the comments in .strings file are not there for nothing.