views:

57

answers:

1

Hi all

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, app 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

A: 

Never got it to work, so used this solution instead:

http://www.pushplay.net/blog_detail.php?id=33

Structurer