Localizing a Managed Object Model default value
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