I have followed the answers to some SO question to localize my app\'s name.
InfoPlist.strings (Base):
CFBundleDisplayName = \"Name In English\"; CFBu
I did sample project for you:
https://github.com/jurajantas/localizationTest
Hope it helps.