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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:11:28+00:00 2026-05-23T02:11:28+00:00

How to use multi languages for iPhone application?. Currently I used english language only.

  • 0

How to use multi languages for iPhone application?. Currently I used english language only. But in future I want to use around 20 to 30 languages. How to use it in iPhone development using MonoTouch?

  • 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-23T02:11:29+00:00Added an answer on May 23, 2026 at 2:11 am

    You have to create a folder for each language you are using in the format “language.lproj” (e.g. en.lproj, de.proj) – in there you have to create a file called Localizable.strings (Compile Action: Content)

    The File looks like that:

    "Name For Your String"="Translation For Your String";     // don't forget the semicolon!
    

    then you can call NSBundle.MainBundle.LocalizedString(“Name For YourString”, “”, “”)

    Here’s a short extension method which makes the translation a little easier:

    public static class Extension
    {
       public static string t(this string translate)
       {
          return NSBundle.MainBundle.LocalizedString(translate, "", "");
       }
    }
    

    you use it that way:

    // don't forget the using
    
    "My String".t();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hello all i am new to iphone development i want to use multilanguage application
I am writing an application needs to use large audio multi-samples, usually around 50
I am writing an application needs to use large audio multi-samples, usually around 50
I made multi-language unicode files and tried to use it in my app, but
I have strings that are multi-lingual consist of both languages that use whitespace as
I am currently working on a project which supports multi-language. I have created a
I'm making a multi language website and i decided to use sessions to remember
In exception handling, in a multi-language app, is it bad to store English in
I work in a multi-language environment and use Vim + ctags for navigating the
I have a multi language app. I want to give the user the ability

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.