Localization of icon and default screen in iPhone

后端 未结 2 481
既然无缘
既然无缘 2020-12-13 10:23

Can the app icon and default screen be localized in iPhone? Has anyone tried it?

In theory it should be possible as they\'re just image resources, but I found no exp

相关标签:
2条回答
  • 2020-12-13 10:37

    Official documentation quote:

    "An iPhone application should be internationalized and have a language.lproj directory for each language it supports. In addition to providing localized versions of your application’s custom resources, you can also localize your application icon (Icon.png), default image (Default.png), and Settings icon (Icon-Settings.png) by placing files with the same name in your language-specific project directories. Even if you provide localized versions, however, you should always include a default version of these files at the top-level of your application bundle. The default version is used in situations where a specific localization is not available."

    0 讨论(0)
  • 2020-12-13 10:56

    I'm trying to do the same, and I found this:

    Until yesterday though I was never totally sure it was not possible. Then I spotted this thread in the Apple developer forums. There is a post by Bill Dudney, author of the excellent iPhone SDK Development book from Pragmatic Programmers and now an Apple employee. Bill confirms that localizing the application icon is not currently supported and suggests raising an enhancement request.

    source: http://useyourloaf.com/blog/2010/12/16/localizing-iphone-app-icon-is-not-supported.html

    Cheers.

    0 讨论(0)
提交回复
热议问题