I want to localize names of sections in my tableView. I use this code to get section names
[[[self.fetchedResultsController sections] objectAtIndex:section] name];
I have Localizable.strings file, but I dont know how to localize data from my db. Any help is appreciated. Thanks!
0 comments:
Post a Comment