Re: How can I tell Xcode to launch my app with a defined GUI language AND region?
Re: How can I tell Xcode to launch my app with a defined GUI language AND region?
- Subject: Re: How can I tell Xcode to launch my app with a defined GUI language AND region?
- From: Antonio Nunes <email@hidden>
- Date: Tue, 08 Oct 2013 10:24:36 +0100
I want to debug localizations of an app which currently has 13 languages. I love the "Run > Arguments > Arguments Passed On Launch" option where I e.g. use the entry "-AppleLanguages (en)" to ensure that Xcode launches my app in English. But as my System Preferences usually use my Region setting for Germany, I need another parameter to be passed on launch so that Xcode launches with the Region for e.g. "United States". I have tried and googled very hard but didn't find any solution.
The main reason why I need to adjust the region settings for a launched app: Numbers and other values are differently formatted depending on the region. And I want to check their formatting, too.
Have you tried something like:
-AppleLocales (en_UK)
Can't at the moment test it actually works, but I'm sure you can easily. :-)
-António |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden