Re: Localization question
Re: Localization question
- Subject: Re: Localization question
- From: mmalcolm crawford <email@hidden>
- Date: Tue, 20 Jan 2004 13:48:21 -0800
On Jan 20, 2004, at 12:19 PM, Brant Sears wrote:
I have an app where I have used NSLocalizedString() to retrieve many
strings. I have not, however, built a Localizable.strings file. Do I
have to
do that by hand, or is there some kind of tool that can build that
file for
me to give to the localizer?
You can either create it by hand, or use genstrings to create .strings
files based on usage of NSLocalizedString.
See <
http://www.stepwise.com/Articles/Technical/2003-04-03.01.html>
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.