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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:25:10+00:00 2026-05-20T18:25:10+00:00

I search around the web, but I can’t find the answer, maybe this question

  • 0

I search around the web, but I can’t find the answer, maybe this question is too simple.

In the app I developed, how to display those default items, such as back BarButtonItem, ImagePicker buttons, or in the UITextView, the pop-up menu with copy, paste, cut, replace and select all, I can’t figure out how to display these items in other language, for example, Chinese, Japanese etc.

Thanks.

  • 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-20T18:25:10+00:00Added an answer on May 20, 2026 at 6:25 pm

    I wrote a tutorial on this where I stepped through how to do this (based on an application I localized in six languages):

    Developing localized iPhone applications

    http://www.pushplay.net/2009/08/developing-localized-iphone-applications/

    I also described some of the language/idiom issues I was dealing with, which might be useful to keep in mind. There is the technical problem of how to implement multiple languages, but there is also the communication problem of having things be nonsensical when directly translated out of context…

    EDIT: to respond to your comment, I’d still do it the same way (localizing everything). If not, set it up to localize anyway, but only translate the specific strings you want (and leave the rest as English).

    If you really want to do everything yourself, you can do this:

    NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
    NSArray *languages = [defaults objectForKey:@"AppleLanguages"];
    NSString *currentLanguage = [languages objectAtIndex:0];
    

    Then you can compare the currentLanguage variable and display the proper text in an if/then/else if/etc code block. I’d probably recommend having an “else display in english” at the end of the code block, just in case the language returned is different from what you were expecting.

    EDIT: I just re-read what you were asking, and realized you meant localizing system functions. That’s not something you can control — when a user goes into their Settings and changes their language, all of those system interfaces (like “Cut/Copy/Paste”) will automatically be localized. As long as they set their proper language in their Settings, that should work automatically.

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

Sidebar

Related Questions

I've had a bit of a search around, but couldn't find anything similar to
I've looked around, this question has been asked before but i would like to
After having a search around I could not find exactly what I want, I
I have been playing around a bit with a fairly simple, home-made search engine,
OK so now I can understand that SO's search system is primarily based around
Search the web for the phrase I cosay. I run across this phrase being
My question is very simple and can be understood in one line: Is there
It's two days I'm search around the web for a tutorial to compile OpenCV
I've been trying to search around web for guides/help for accessing byte code classes
Question 828421 asked similar question, but received only one real answer (update rubygems) and

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.