How to localize RPSystemBroadcastPickerView.title?

54 Views Asked by At

I am struggling with localizing RPSystemBroadcastPickerView.title.

In detail

  • I found this is directly affected by value of CFBundleDisplayName in BroadcastExtension's info.plist. Second Pic

  • So It should be localized with InfoPlist.strings.

  • In the info.plist file, I set STRINGS_FILE_INFOPLIST_RENAME to true.

  • and create InfoPlist.strings, and wrote it as follows:

// en.lproj (default)

"CFBundleDisplayName": "what i want english"
// ko.lproj

"CFBundleDisplayName": "what i want korean"
...

english example

  • But it works like below. Are there any misses that I have set?

Example

0

There are 0 best solutions below