How to localize app name in Xcode 15 using String Catalog
Asked Answered
D

1

5

All the resource that I can find is via CFBundleDisplayName in the plist. Is there any updated way to do this?

Dagmardagna answered 21/12, 2023 at 19:18 Comment(4)
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-appDagmardagna
Does this answer your question? How to localize bundle display name in iPhone app?Electrostriction
D
8
  1. To localize the app name, we need to do something else. Now create a new String Catalog file called InfoPlist
  2. Add Localized String Values for CFBundleDisplayName and CFBundleName
  3. Build and verify the changes.

enter image description here

See more detailed steps at https://imgracehuang.medium.com/how-to-localize-the-app-name-in-xcode-15-using-string-catalog-95b7734a3a38

Dagmardagna answered 21/12, 2023 at 21:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.