Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localization of icon and default screen in iPhone

Tags:

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 explicit mention of this in the documentation, and I wouldn't like to have my app rejected or failing for this.

like image 491
hpique Avatar asked Apr 23 '10 16:04

hpique


1 Answers

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."

like image 176
kovpas Avatar answered Oct 11 '22 16:10

kovpas