How is text in a database localized for the iPhone? The examples I've seen have hard coded strings in the .m file or .xib. For example:
NSString firstName = NSLocalizedString(@"First Name", @"This is the first name");
What happens if the strings you need to localize are in the database? I haven't found discussion of this type of localization. However, I imagine it is extremely common given that many iPhone apps use sqlite.