Returns the localizations that a bundle object would prefer, given the specified bundle and user preference localizations.
Original signature is '+ (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray forPreferences:(NSArray *)preferencesArray'
Available in Mac OS X v10.2 and later.


- localizationsArray (NSArray)
- An array of NSString objects, each of which specifies the name of a localization that the bundle supports.
- preferencesArray (NSArray)
- An array of NSString objects containing the user's preferred localizations. If this parameter is nil, the method uses the current user's localization preferences.

An array of NSString objects containing the preferred localizations. These strings are ordered in the array according to the specified preferences and are taken from the strings in the localizationsArray parameter.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)