How to localize the app display name?

Hi,

I’m trying to make my mobile app can change the display name when th os region changed.

For IOS:
I created InfoPlist.strings file in the ProjectPath/Build/IOS/Resources/Localizations/zh.lproj folder.
Becuase i see the UBT will collect this folder ‘ProjectPath/Build/IOS/Resources/Localizations/’ for localization.[IOSExport.cs]

But when i launched my project on iphone, the app display name still be the [PROJECT_NAME], InfoPlist.strings not work.

Here is the conten of the InfoPlist.strings:
“CFBundleDisplayName” = “硅语放松”;

Does anyone know what is the right way to localize app display name?

Same here,
Is this some kind of bug?