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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:09:07+00:00 2026-06-15T08:09:07+00:00

Im making an app for a client who has asked if I can make

  • 0

Im making an app for a client who has asked if I can make a Chinese version for him, or add a translate button within the app to make everything Chinese. Is there a way to do this within Xcode, or some way to take the phones language and translate the app?

  • 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-15T08:09:08+00:00Added an answer on June 15, 2026 at 8:09 am

    The best way to do that is making your app Localizable.
    To do that:

    1. Create a file named Localizable.strings (the name and the type are important);
    2. Select the created file and press the “Make localized…” button on the right pane (File Inspector);
    3. Select English and click “Localize”;
    4. Go to your Project Info tab;
    5. There is a new item on this page named “Localizations”, click the “+” icon and select Chinese;
    6. Select the items you want to localize. Here I suggest let only the created file Localizable.strings and click Finish;
    7. You will see a indicator in your Localizable.strings that let you expand. Do it;
    8. You will see two files: one for English and another for Chinese. You have to put your text in both with a identifier. Here’s an example:

      //English
      “start” = “Start:”;
      “end” = “End:”;
      “new” = “New”;

      //Chinese
      “start” = “TextInChinese:”;
      “end” = “TextInChinese:”;
      “new” = “TextInChinese”;

    9. In order to access these information in your code, you have to use the following code:

    _variable.text = [NSString stringWithFormat:NSLocalizedString(@”start”, @”Some Coment you want to use”)];

    That will do the job you want.

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

Sidebar

Related Questions

I'm working with some client on making an app. I managed to get him
I am making an app that needs to be released by the client. Am
I am working on making a twitter client app. One of the requirement of
Iam making an app which has one index.php file. I also have these other
I've got a client-server app I'm making and I'm having a bit of trouble
I'm making an Android app where the user can download files from a FTP-server.
So now, I am making a client server app based multithread. In server side,
So I am making an app where one is able to enter client info
So I'm making an app where I want the users to be able add,
I'm making a web application for a customer that has clients who want to

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.