You can localize your app's demo data.
[SDMDataSource setDemoMode:YES]; [SDMDataSource setBaseURL:@"http://serviceDocument"];
- (optional) Bundle
en.lproj/ Resources localized for English
- (optional)OfflineDataDir
Localizable.strings
MyApp.nib
...
de.lproj/ Resources localized for German
- (optional)OfflineDataDir
Localizable.strings
MyApp.nib
...
ja.lproj/ Resources localized for Japanese
- (optional)OfflineDataDir
Localizable.strings
MyApp.nib
...
...
You can place your offline demo data in a dedicated bundle; to do so, follow the localizable.strings directory structure shown above.
There are four different approaches for organizing your localizable offline data: