• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Programmatically Accessing Core Data Localization Strings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programmatically Accessing Core Data Localization Strings


  • Subject: Re: Programmatically Accessing Core Data Localization Strings
  • From: Nick Zitzmann <email@hidden>
  • Date: Mon, 22 Jun 2009 20:36:26 -0600


On Jun 22, 2009, at 7:56 PM, Sebastian Celis wrote:

I have a strings file defined for my Core Data model. As such, my
Data.xcdatamodel file has a corresponding DataModel.strings file. This
seems to work great for auto-generated messages, but now I have a need
to access these localized strings programmatically. NSLocalizedString
does not seem to find them, and the localizationDictionary property of
my NSManagedObjectModel is often nil (the documentation states that
this is loaded lazily).

How can I go about localizing the names of my properties and entities
from code?


Use NSLocalizedStringFromTable() with "DataModel" as the name of the table.

Nick Zitzmann
<http://www.chronosnet.com/>



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Programmatically Accessing Core Data Localization Strings
      • From: Sebastian Celis <email@hidden>
References: 
 >Programmatically Accessing Core Data Localization Strings (From: Sebastian Celis <email@hidden>)

  • Prev by Date: Programmatically Accessing Core Data Localization Strings
  • Next by Date: Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed
  • Previous by thread: Programmatically Accessing Core Data Localization Strings
  • Next by thread: Re: Programmatically Accessing Core Data Localization Strings
  • Index(es):
    • Date
    • Thread