How to change iOS language to Swedish

I want to change the language of the ios simulator to Swedish, but I can not find it in the settings. What can I do now to get Swedish.

enter image description here

+5
source share
3 answers

If you are trying to check the localization of the application, then there are simpler ways than changing the language on the device.

You can run applications with a flag to indicate the country:

that is, for swedish you can use the flag -AppleLanguages (sv)

Of course, on a simulator or device, you cannot normally launch an application with a flag, unless you create and run it through Xcode, where you can set startup arguments for each circuit.

: https://abizern.org/2012/03/18/simple-localisation-testing.html

, - .

+20

, :

enter image description here

+11

Choose Svenska. You can select the language through the settings in the same way as on a real device. Languages ​​are displayed in the target language, not in the current language, as shown in the screenshot.

Click the line you want, then click Finish (click in the case of a simulator). On the device, make sure you can go back.

+7
source

All Articles