CNLabeledValue localizedStringForLabel:

Folks;


I'm looking at CNContacts ability to supply some localized values.

In my very first test I'm setting NSString *test = [CNLabeledValue localizedStringForLabel:CNLabelHome];

The value that gets assigned is 'domicile' !


I'm running macOS 10.15.2 & Xcode 11.3 with only English specified in System Prefs - Language & Region - preferred languages

I have not localized any storyboards.

The Project does NOT have 'Use Base Internationalization' turned on and has 'English - Development Langauge' as the only localization.

The [NSLocale currentLocale] is 'en_US'.


I had expected the result to 'Home' since the localization for the mac should be English...


How do I detemine how this method is using the French language for its localization?


All insights appreciated!

Steve

Could you post more code so that we can test.

CNLabeledValue localizedStringForLabel:
 
 
Q