localization with core data
Posted
by
Tristan
on Stack Overflow
See other posts from Stack Overflow
or by Tristan
Published on 2011-01-13T00:48:21Z
Indexed on
2011/01/13
0:53 UTC
Read the original article
Hit count: 397
Hi there,
Does anyone have any recommendations with localization of core data? My application will have information that will sometimes be the same in both langauges, such as a person's photo, or different such as the person's biography.
From what I understand, it's possible to localize the field names (http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreData/Articles/cdUsingMOM.html#//apple_ref/doc/uid/TP40005190-SW13), but what's the best course of action for field values?
Thanks!
Tristan
© Stack Overflow or respective owner