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

  • Home
  • SEARCH
  • 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 7968385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:04:06+00:00 2026-06-04T07:04:06+00:00

I need to create an iPhone app that will be a fairly simple application

  • 0

I need to create an iPhone app that will be a fairly simple application with a couple of forms that send some data to a web application. The first time user opens the app he should be presented with a language selection screen.

I’ve built the app using storyboards and everything works as it should, the language selection views pops up for the first time, the selected language is saved in standardUserDefaults etc.

Now what is the best way of implementing a second language (French) since this is the first time I’ve been dealing with localized applications. After some searching I figured out how to add a new language/localization to a storyboard and everything works as intended when the correct language has been selected in phone settings. Now what I need to do is to call correct storyboard when the user clicks on a country flag in app settings.

When the user clicks on a flag his selection is written in standardUserDefaults. And after that I’m trying to change to the correct storyboard.

Some code that that I’ve found that looks that it might be helpful is:

UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
UIViewController *rootVC = [storyboard instantiateInitialViewController];

The code doesn’t work since I don’t know how to call the French storyboard.

Any simpler way?

  • 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-04T07:04:07+00:00Added an answer on June 4, 2026 at 7:04 am

    Why don’t you use the native language support. Simply set your labelFields, for example

    labelField.text = NSLocalizedString(@"key", nil);
    

    You will have a Localized.strings file with this

    "key" = "translated key";
    

    The app automatically will pick the language the device is configured for.

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

Sidebar

Related Questions

I need to create an application for the iPhone that will connect to a
Background: I am trying to create a really simple iPhone app that will allow
I'm starting to create an iPhone/Android app that will need to use Plone users
I'm developing an iPhone app. I need to create a Quiz application that has
I am going to create a web app that will be distributed for Android,
I need to create a timer that will send out an alarm (messagebox or
My company makes desktop software and we want to create an iPhone app that
I want to create an iphone app where the back-end will be supported through
I currently have a simple iPhone app that loads a custom subclass of UIView.
Im trying to create a listing app that is core data backed.The first 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.