Reputation: 14571
(on the surface this might not appear as a programming question but I think it does relate to testing).
Recently, I added the French localization for my app on iTunes Connect. The app was approved a while back and now I want to take a look at the French localization on my iPhone to see how it looks.
I've gone into settings, pulled up the account screen for my Apple ID, and set the Country / Region to France. Then I changed the phones language to French. When I go into the app store, the featured page is in French, however when I search for my app, the English localization still appears!
So my question is, how is it possible to view another languages localization on your own iPhone which is from a different country?
Upvotes: 0
Views: 193
Reputation: 2291
Hey please have look below steps,
Testing App Localization
If you have created an app with multiple localizations, you can test them in iOS Simulator by changing the Internationalization settings.
To change the language of a simulation environment
Build and run your app in iOS Simulator. Select the simulation environment whose settings you want to change by choosing Hardware > Version > iOS version. Click the Home button to reveal the Home screen, and click Settings. Go to General > International > Language. Select the language, and click Done. For more information on localizing your app, see Internationalization Programming Topics.
Ref. From : Apple doc
you can same path found for device language change for this testing.
Edit :
For meta data localisation check. you have to access particular store by changing store from your apple itunes a/c.
Upvotes: 1