Localization Test

How can I test Localization of my app from different countries? Do I have to use a VPN server? In this way my Expo simulator doesn’t work well!

The iOS simulator lets you fake out a location:

That would affect your GPS coordinates, of course. Some of the properties might instead be affected by language settings or time zone. In the simulator, for instance, you change the time zone by changing the time zone on your Mac.

1 Like

I have tried changing the GPS coordinates and also played with my system settings and did not notice any effect in the iOS simulator. Does not appear anything I do can change the timezone from being “Pacific/Midway” (accessed via Localization.timezone) in the iOS simulator. Makes testing this very difficult…