All the resource that I can find is via CFBundleDisplayName
in the plist. Is there any updated way to do this?
How to localize app name in Xcode 15 using String Catalog
Actually, there is a new way. I will update that in the answer. I just found out. –
Dagmardagna
It might be better to remove this question and post your answer on How to localize bundle display name in iPhone app?. –
Electrostriction
This has been added to https://mcmap.net/q/382220/-how-to-localize-bundle-display-name-in-iphone-app –
Dagmardagna
Does this answer your question? How to localize bundle display name in iPhone app? –
Electrostriction
- To localize the app name, we need to do something else. Now create a new String Catalog file called
InfoPlist
- Add Localized String Values for
CFBundleDisplayName
andCFBundleName
- Build and verify the changes.
See more detailed steps at https://imgracehuang.medium.com/how-to-localize-the-app-name-in-xcode-15-using-string-catalog-95b7734a3a38
© 2022 - 2024 — McMap. All rights reserved.