Problem to localize images for iPhone in xcode 3.2.3
Friday afternoon and all but hope that different timezones will help me with this...
I have four files that I have localized in my project.
Localizable.strings
InfoPlist.strings
AppData.plist
AppImage.png
For these files I have a .lproj folder for spa (Spanish) and por (Portuguese).
It works fine with the strings in the app, ap开发者_JAVA百科p name in InfoPlist.strings and the data from the AppData.plist. But the AppImage.png refuse to change to any language!
I used the same method for all files (info-localize-add localization and then copied files in finder). I have tried a clean build, reset the simulator and also on a 3G iPhone all with the same result: image does not change...
I load the image with [UIImage imageNamed:@"AppImage.png"]
Any clues where I can start my troubleshooting?
Thanks
Never got it to work, so used this solution instead:
http://www.pushplay.net/blog_detail.php?id=33
I was getting close to giving up, but I found that you have to also delete the following folder:
~/Library/Application Support/iPhone Simulator
精彩评论