Localizable.strings not happening
Localizable.strings not happening
- Subject: Localizable.strings not happening
- From: Lance Drake <email@hidden>
- Date: Fri, 19 Dec 2008 01:54:40 -0700
Hi Xcode folks,
There is a Localizable.strings file in each of four localizations folders in my project.
Everything looks great in the Xcode project window.
The Localizable.strings files are UTF-16.
The actual call looks like this:
NSString* result = [[NSBundle mainBundle] localizedStringForKey:key value:@"" table:nil];
I have tried the various MACRO flavors of the call but everything remains the same.
It seems that the Localizable.strings file is not somehow being recognized by the app.
Many, many, experiments later, it is always the 'key' string which is returned.
Any ideas? Thanks!
Lance Drake
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden