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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:21:52+00:00 2026-06-17T22:21:52+00:00

Does anyone know what the file InfoPlist.strings is for? It is in Xcode 3.2.

  • 0

Does anyone know what the file InfoPlist.strings is for? It is in Xcode 3.2. It is a Cocoa app in Applescript.

  • 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-17T22:21:53+00:00Added an answer on June 17, 2026 at 10:21 pm

    An information property list file is a structured text file that
    contains essential configuration information for a bundled executable.
    The file itself is typically encoded using the Unicode UTF-8 encoding
    and the contents are structured using XML. The root XML node is a
    dictionary, whose contents are a set of keys and values describing
    different aspects of the bundle. The system uses these keys and values
    to obtain information about your app and how it is configured. As a
    result, all bundled executables (plug-ins, frameworks, and apps) are
    expected to have an information property list file.

    By convention, the name of an information property list file is
    Info.plist.

    Localized values are not stored in the Info.plist file itself.
    Instead, you store the values for a particular localization in a
    strings file with the name InfoPlist.strings. You place this file in
    the same language-specific project directory that you use to store
    other resources for the same localization. The contents of the
    InfoPlist.strings file are the individual keys you want localized and
    the appropriately translated value. The routines that look up key
    values in the Info.plist file take the user’s language preferences
    into account and return the localized version of the key (from the
    appropriate InfoPlist.strings file) when one exists. If a localized
    version of a key does not exist, the routines return the value stored
    in the Info.plist file.

    For example, the TextEdit app has several keys that are displayed in
    the Finder and thus should be localized. Suppose your information
    property list file defines the following keys:

    <key>CFBundleDisplayName</key> 
    <string>TextEdit</string>
    <key>NSHumanReadableCopyright</key> 
    <string>Copyright © 1995-2009, Apple Inc.,All Rights Reserved.</string> 
    

    The French localization for
    TextEdit then includes the following strings in the InfoPlist.strings
    file of its Contents/Resources/French.lproj directory:

    CFBundleDisplayName = "TextEdit";
    NSHumanReadableCopyright = "Copyright © 1995-2009 Apple Inc.\nTous droits réservés.";
    

    From developer.Apple.com

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

Sidebar

Related Questions

Does anyone know the correct file names for high resolution app icons in iOS?
Does anyone know of an app that would generate an xml file filled out
Does anyone know why loading a KML file into my sencha touch google map
Does anyone know where I could find this file on Ubuntu?
Does anyone know how to read a x.properties file in Maven. I know there
Does anyone know how to import a mysql sql file into microsoft visio 2007,
does anyone know how to check if a file or directory is either a
Does anyone know a way to get the mean amplitude of a .wav file
Does anyone know if it is possible to implement playback of an audio file
Does anyone know of a good way to automatically run certain file types through

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.