Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8031743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:12:09+00:00 2026-06-05T01:12:09+00:00

Hi just a quick question what is the difference between – displayNameForKey:value: and –

  • 0

Hi just a quick question what is the difference between – displayNameForKey:value: and – objectForKey: in NSLocale Class? I searched online but didn’t get it. Thank you.

Apple Document

displayNameForKey:value:
Returns the display name for the given value.

- (NSString *)displayNameForKey:(id)key value:(id)value
Parameters
key
Specifies which of the locale property keys value is (see “Constants”),
value
A value for key.
Return Value
The display name for value.



objectForKey:
Returns the object corresponding to the specified key.

- (id)objectForKey:(id)key
Parameters
key
The key for which to return the corresponding value. For valid values of key, see “Constants.”
Return Value
The object corresponding to key.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T01:12:11+00:00Added an answer on June 5, 2026 at 1:12 am

    You use displayNameForKey:value: to get a label suitable for display based on the locale object you are calling. For instance:

    NSLocale *french = [[[NSLocale alloc] initWithLocaleIdentifier:@"fr_FR"] autorelease];
    NSString *frenchName = [french displayNameForKey:NSLocaleIdentifier value:@"fr_FR"];
    
    NSLocale *english = [[[NSLocale alloc] initWithLocaleIdentifier:@"en_US"] autorelease];
    NSString *englishName = [english  displayNameForKey:NSLocaleIdentifier value:@"fr_FR"];
    
    NSLog(@"French locale in French is called '%@'", frenchName);
    NSLog(@"French locale in English is called '%@'", englishName);
    

    will produce the output:

    French locale in French is called ‘français (France)’
    French locale in English is called ‘French (France)’

    There are plenty of examples in the NSLocale Class Reference.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just a quick question. Is there any performance difference between using PDO::fetchAll() and PDO::fetch()
Just a quick question as to the difference between xpath's 'not' and '!=' in
This is just a quick question: Are there any difference between dim b as
just a quick question. Is there any difference between void f(Foo x) try {
I just had a quick question regarding loops in Ruby. Is there a difference
Just a quick question about a function like this: class Test { public: Test(vector<int>&
Just one quick question, say, Car class extends HashMap(String, String). 1. for (Car car
Just a quick question and I hope that hasn't been asked before. I want
Just a quick question, where do I put the exe that I am trying
just a quick question about the mvc JqueryUI framework, i have a _layout.cshtml page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.