Localization question
Localization question
- Subject: Localization question
- From: "Michael Becker" <email@hidden>
- Date: Fri, 2 Jan 2004 00:45:14 +0100
Hi everybody!
My client insists on being able to handle all localization via ASCII-files.
Of course, using NSLocalizedString suits this very well. Furthermore, I
created outlets for each and every GUI-element to set these values in the
awakeFromNib: method, again using NSLocalizedString.
My problem now is the Application Menu. When in awakeFromNib: I say [[
myMenu itemAtIndex:1] setTitle:@"Foo"]; it obviously sets the title, but it
seems like I need to perform a redisplay or something, as the "Foo" doesn't
appear in the menu. I didn't find any redisplay-like method, though...
The general question is: Is there a better way to do this?
Bye,
Michael
_______________________________________________
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.