Hi
I wonder if anyone has encountered the same problem and how they solve it.
I want to localize Default.png so I do the following steps which from what I understand should be the correct way (please correct me if I'm wrong).
- Select Default.png in xcode
- Command-I to Get Info
- Click on Make File Localizable
- Go back to General Tab (why Apple, why?)
- Click on Add Localization
- Enter es for Spanish according to this:
- In finder I replace the Default.png in the es.lproj folder
I have tried in both the simulator and on an iPhone with changing the language between English and Spanish, but I only get the original file. Other localizations like app name and strings works just fine, but not this one...
I'm on xcode 3.2.3
Thanks