• 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
Localizing a Managed Object Model default value
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Localizing a Managed Object Model default value


  • Subject: Localizing a Managed Object Model default value
  • From: BK <email@hidden>
  • Date: Tue, 19 Sep 2006 10:32:12 -0700

I have read the Apple web pages on Localizing a Managed Object Model <http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/ Articles/cdMOM.html>, but I can't find the answer to my question. I am trying to localize my MOM. The model is named MyDocument.xcdatamodel, and I created (and localized) a corresponding strings file named myDocumentModel.strings.

In the model is an entity called "Group". It contains a string property called "title" which in turn has a default value of "New Folder". What I want to do is localize the Default Value "New Folder". What I use doesn't work, but I think it's close.

This is the string I added to the English "myDocumentModel.strings" file:
"Property/title/Entity/Group/Attribute/Default Value" = "New Folder";


This is the string I added to the German "myDocumentModel.strings" file:
"Property/title/Entity/Group/Attribute/Default Value" = "Neuer Ordner";

But it doesn't work.  Any help would be appreciated!

Thanks, Bill

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: Newbie: Make window modal?
  • Next by Date: Re: NSBrowser drawing
  • Previous by thread: Re: Newbie: Make window modal?
  • Next by thread: Re: Localizing a Managed Object Model default value
  • Index(es):
    • Date
    • Thread