Re: Localizing a Managed Object Model default value
Re: Localizing a Managed Object Model default value
- Subject: Re: Localizing a Managed Object Model default value
- From: email@hidden
- Date: Tue, 19 Sep 2006 21:48:50 -0700
On Sep 19, 2006, at 12:02 PM, email@hidden wrote:
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
OK, no one knows, or I did not word my request very well.
Does anyone know how to localize the Default Value string of a
Property Attribute in a data model?
TIA, 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