I tried to localize the iOS application. And canβt do it.
Bundle Name = $ (PRODUCT_NAME)
Package Display Name = $ (PRODUCT_NAME)
- InfoPlist.strings file created
- Locate this file.
- In each localized file, I wrote:
"CFBundleDisplayName" = "My_App_Name";
"CFBundleName" = "My_App_Name";
- Added Bool to info.plist with the name "Application has a localized display name" and changed it to YES.
I changed the iPhone language to localize infoplist.strings, but this does not take effect. The name of the application does not change from the name that I wrote when creating the project.
ios iphone xcode swift localization
Fresh fruit
source share