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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:52:03+00:00 2026-05-29T05:52:03+00:00

I need to create an iPhone/Mac app that is in a non-English language only.

  • 0

I need to create an iPhone/Mac app that is in a non-English language only. What’s the right way to do this? The app’s name even has some non-English (unicode) characters in it. I can separate the problem into three specific questions:

  1. How should I deal with the fact that my app’s name is, say, “Déclaration”? I know I should probably not name my project Déclaration.xcodeproj from the start (e.g. because that makes output from git on the Terminal look painful). How should I set up my project?

  2. How should I deal with NSStrings in my code? Should I just write things like NSString *labelTitle = @"Bienvenue à la déclaration!"; without any hesitation? I know that a more proper way would be to use localization techniques, but isn’t that too much pain, given that I only need the foreign language? It seems rather fishy having to make the whole app in English, even if I don’t need it.

  3. Are there any other things I should take into consideration, when writing a non-English only 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-05-29T05:52:05+00:00Added an answer on May 29, 2026 at 5:52 am
    1. Don’t worry about the Git output. Mac filenames have been Unicode for a very long time now. Git is using UTF-8 but it’s cautious about printing out non-ASCII characters so it escapes them. You can still do things like this:

      git init
      git add Déclaration.xcodeproj
      

      You can turn the escaping off using the core.quotepath setting:

      git config core.quotepath false
      
    2. Yes, you do not need to hesitate. You can always localize later, using strings in your native language as the starting point.

    3. Yes, in the Info.plist change the “Localization native development region” to the language you are using instead of English.

    • 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 iPhone app, that uses a push notification feature. I
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
What I need is to have a simple screen in this Mac app that
I need to create a view on the iPhone that scrolls horizontally through a
I need to create an application for the iPhone that will connect to a
I need to create an iPhone simple view that, based on the location of
i need to create application like identify incoming call in iphone and check that
Objective-C/iPhone beginner here...looking for a shove in the right direction. I need to create
I need to create a web page, that shows video on iphone, ipad, blackberry

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.