After updating my app from iOS 10 to iOS 11 SDK I started receiving messages from users, that localization after update has been broken.
There are a lot of user who complain but only one provided me details about that issue:
- region: Brazil
- languages: Portuguese, English
- in app: Japanese
Some app info:
- App is translated into English (
en
), Japanese, etc. and has no Portuguese Use base internationalization
ticked, but it doesn't matter, I don't use itCFBundleDevelopmentRegion
is set toen
Any ideas? Thx.