Re: Localization question
Re: Localization question
- Subject: Re: Localization question
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 1 Jan 2004 18:11:01 -0800
On Jan 1, 2004, at 3:45 PM, Michael Becker wrote:
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.
Clark's comment about "awakeFromNib:" notwithstanding, this still seems
like a lot of possibly unnecessary work. If your client allows
.strings files, can you not "precompile" the localised nibs using
genstrings (see
<
http://www.stepwise.com/Articles/Technical/2003-04-03.01.html> and
iTranslate)...
mmalc
_______________________________________________
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.