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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T05:35:55+00:00 2026-06-09T05:35:55+00:00

Everyone I need to implement application for multi-languages select for only this application not

  • 0

Everyone

I need to implement application for multi-languages select for only this application not for whole device.

please,give me idea for that.

  • 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-09T05:35:56+00:00Added an answer on June 9, 2026 at 5:35 am
    1. every, but every visual component that contains text, should be given an outlet.
    2. make 2 plist files that will contain the text in English and e.g. French. every text in your application will have it’s key in the plis file. Here is an example of my plis files:

    enter image description here

    enter image description here

    Now you must do an interface to let the user choose the language, and save in NSUserDefaults the selected option. And finally, in each viewDidLoad (or viewWillAppear), check that default object, and set the text to all your outlets depending on the selected language. You must know how to read from plists, this is another question. Cheers!

    Here some code:

        //suppose you have only English and German:
        NSDictionary *selectedLangDick;
        if ([[[NSUserDefaults standardUserDefaults] objectForKey:@"selected_lang"] isEqualToString:@"german"])
            selectedLangDick = [NSDictionary dictionaryWithContentsOfFile:@"lang_de.plist"];
           else
            selectedLangDick = [NSDictionary dictionaryWithContentsOfFile:@"lang_en.plist"];
    
    //now you set the text to all your outlets within the currently loaded controller:
            [cancelButtonOutlet setTitle:[selectedLangDick objectForKey:@"cancel"]];
            [backButtonOutlet setTitle:[selectedLangDick objectForKey:@"back"]];
            [pleaseWaitLabelOutlet setText:[selectedLangDick objectForKey:@"progress_send_password"]];
    blablabla
    blablabla
    

    Of course, you will have to set (at the very first application launch) the default language to English (or German, whatever, it’s important to set it, not to leave it nil). And of course you will have to set [[NSUserDefaults standardUserDefaults] objectForKey:@"selected_lang"] to the selected language when the user does it.

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

Sidebar

Related Questions

I have a Django application in which I need to implement a simple trending/ranking
I'm following this tutorial and seems like to implement WCF in my application it
Morning again..., Sorry to bother everyone but I need more help... I haven't done
Hi everyone new to MVC and I need to trim some %20's off of
Ahoy hoy everyone :) Here is a list of links. You will need it
everyone. This is a piece of code from using sqlite in android tutorial: return
Everyone knows the = sign. SELECT * FROM mytable WHERE column1 = column2; However,
everyone. Please see example below. I'd like to supply a string to 'schedule_action' method
I have a dynamic application that need to create a window interface with checkbox.
I'm working on a little (not so little actually) project in C (ref. this

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.