Re: Localization - NSBundle
Re: Localization - NSBundle
- Subject: Re: Localization - NSBundle
- From: Simon Wright <email@hidden>
- Date: Thu, 3 Jan 2002 21:24:39 -0500
My strings were properly formed. I finally got it working by dumping my
build folder and forcing a fresh one to be recreated.
Thanks.
Simon.
On Thursday, January 3, 2002, at 06:07 PM, Douglas Davidson wrote:
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.