Kelvin
Kelvin

Reputation: 1172

Localized App Icon for iOS apps

I can localize images by put them in .lproj directory, but the application icon cannot be localized by the same approach. Is there any ways to localize the app icon? thanks.

Upvotes: 3

Views: 2392

Answers (2)

David d C e Freitas
David d C e Freitas

Reputation: 7511

If it was possible to update the App Icon at runtime then you could do it if you took the current locale and changed the icon according to that:

Upvotes: -1

TomSwift
TomSwift

Reputation: 39512

AFIK the only way to achieve this would be to release multiple apps having different icons.

Upvotes: 2

Related Questions