How to localize RPSystemBroadcastPickerView.title?


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

Latest articles

spot_imgspot_img

Related articles

Leave a reply

Please enter your comment!
Please enter your name here

spot_imgspot_img