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 7087525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:41:05+00:00 2026-05-28T07:41:05+00:00

I am new to coding in Objective-C, but am coming from the Java world

  • 0

I am new to coding in Objective-C, but am coming from the Java world of mobile development. In Android, we use a strings resource, and then point to those in the Java class. Is there an analogous process in iOS that we should be using, or do we “hard-code” the strings into the implementation files? I haven’t yet found a good tutorial using the localizable string (and .strings) file.

  • 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-05-28T07:41:06+00:00Added an answer on May 28, 2026 at 7:41 am

    You can use the NSLocalizedString macro from Foundation to retrieve a localized string. Read here:
    http://www.icanlocalize.com/site/tutorials/iphone-applications-localization-guide/

    Example: build a bilingual (English-French) app.
    Whenever you encounter a string to be displayed to the user, use NSLocalizedString instead of the actual string constant. For example:

    instead

    self.title = @"Welcome";
    

    use

    self.title = NSLocalizedString(@"Welcome");
    

    Create two directories inside your app bundle as follows:

    MyApp.app
        English.lproj
            Localizable.strings
        French.lproj
            Localizable.strings
    

    In the first Localizable.strings file you can write key-value pairs like this:

    "Welcome" = "Welcome";
    

    In the second one:

    "Welcome" = "Bienvenus";
    

    When you add these files and folders to your application, an recompile it using the NSLocalizedString macro, you’ll be able to use your app in French also when the system language is French.

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

Sidebar

Related Questions

Note: I'm relatively new to Objective-C and am coming from Java and PHP. Could
fairly new to Objective-C and iOS development (coming from PHP) and I have a
I am a new Objective-C programmer coming from a C#, VB.NET, Etc. These are
I'm new to objective-c 2.0 (coming from .NET c#) and I discovered the Properties.
I am a new cocoa developer coming from a C#/Java background. I had been
Quite new to coding for android but this issue has me tearing my hair
I am new to Mac/iOS development. I am coming over from C# .net. My
As far as I know, for a new request coming from a webapp, you
Coming from Java background I am guessing this is expected. I would really love
I'm new to the 4.0 framework (coming from 2.0), and I'm not entirely sure

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.