在 xcode 3.2.3 中本地化 iPhone 图像的问题
星期五下午,希望不同的时区能帮助我解决这个问题......
我有四个文件已在我的项目中本地化。
Localized.strings
InfoPlist.strings
AppData.plist
AppImage.png
对于这些文件,我有一个用于 spa(西班牙语)和 por(葡萄牙语)的 .lproj 文件夹。
它可以很好地处理应用程序中的字符串、InfoPlist.strings 中的应用程序名称以及 AppData.plist 中的数据。但AppImage.png拒绝更改为任何语言!
我对所有文件使用相同的方法(信息本地化添加本地化,然后在查找器中复制文件)。我尝试过干净的构建,重置模拟器以及在 3G iPhone 上都得到相同的结果:图像没有改变...
我使用 [UIImage imageNamed:@"AppImage.png"] 加载图像
任何我能找到的线索开始我的故障排除?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从来没有让它工作过,所以改用这个解决方案:
http://www.pushplay。 net/blog_detail.php?id=33
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: