Re: Localization - NSBundle
Re: Localization - NSBundle
- Subject: Re: Localization - NSBundle
- From: Douglas Davidson <email@hidden>
- Date: Thu, 3 Jan 2002 15:07:30 -0800
On Monday, December 31, 2001, at 01:32 PM, Simon Wright wrote:
When I choose French as my preferred language in the International
System Preference I get the french version of my nib but I am not
getting the french version of my strings in code.
It is possible that your strings file is not well-formed. An easy test
of this is to use /usr/bin/pl, e.g.
/usr/bin/pl < French.lproj/Localizable.strings
will tell you what the system thinks the content of your strings file is.
Douglas Davidson