Language support not showing on app store listing

Hey,

I added the following to my info Plist but the language support is not showing up on my app store listing.

<key>CFBundleLocalizations</key> <array> <string>en</string> <string>fr</string> <string>de</string> <string>es</string> <string>bg</string> <string>it</string> <string>pt</string> <string>ja</string> <string>ko</string> <string>zh-Hans</string> <string>zh-Hant</string> </array>

What am I doing wrong?

Have you also declared files in their lproj folders, for each language (en.lproj, it.lproj, fr.lproj…?

They should contain at least the following files in each:

May read this for further explanations: https://mixable.blog/why-does-the-ios-app-store-show-more-languages-than-my-app-supports/

Language support not showing on app store listing
 
 
Q