Re: NSLocalizedString() doesn't work
Re: NSLocalizedString() doesn't work
- Subject: Re: NSLocalizedString() doesn't work
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 22 Mar 2004 11:28:39 -0700
On Mar 22, 2004, at 10:16 AM, Michael Becker wrote:
Trying to localize my application, here's what I did:
- Added a new empty file to the project, named it "Localizable.strings"
- Added a localization variant to the file, so now I have the English
and the German version
- Converted both versions to "Unicode (UTF-8)"
Localizable.strings files must be in UTF-16 format, not UTF-8 format.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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.