How to translate app name and strings on iOS based on the device language (localize app).
InfoPlist.strings is a file that can be used to translate app name using two keys: CFBundleDisplayName and CFBundleName. This way, the application will have a dynamic name based on the chosen language.
You can localize any string used on the application.