Skip navigation.
 
mlRe: [NSBundle preferredLocalizationsFromArray:] Is the cold war really over?
FROM : Clark Cox
DATE : Sat Nov 24 03:57:47 2007

On Nov 23, 2007 5:44 PM, Stéphane Sudre <<email_removed>> wrote:
> I'm seeing a strange phenomenon (a.k.a probably a bug) with + [NSBundle
> preferredLocalizationsFromArray:] on Mac OS X 10.4.10.
>
> I have an array with only one NSString : @"Russian".
>
> But the return array of [NSBundle
> preferredLocalizationsFromArray:[NSArray arrayWithObject:@"Russian"]];
> is "English" or "en".
>
> Is this the designed behavior?


I have two questions for you:
1) Does your bundle's Resources directory have a Russian.lproj directory?
2) Is Russian one of the languages selected in the International pane
of System Preferences?

If not, then IIRC, NSBundle falls back to English..

--
Clark S. Cox III
<email_removed>

Related mailsAuthorDate
ml[NSBundle preferredLocalizationsFromArray:] Is the cold war really over? Stéphane Sudre Nov 24, 02:44
mlRe: [NSBundle preferredLocalizationsFromArray:] Is the cold war really over? Clark Cox Nov 24, 03:57
mlRe: [NSBundle preferredLocalizationsFromArray:] Is the cold war really over? Stéphane Sudre Nov 24, 14:32