It is possible to change settings though the android debugger shell i.e:

adb shell 'setprop persist.sys.language en; setprop
persist.sys.country GB; stop; sleep 5; start'

would change the locale to en_GB. You can also pass system properties
when starting the emulator:

emulator -avd MonoDroid -prop persist.sys.language=en -prop
persist.sys.country=GB



On Tue, Sep 13, 2011 at 3:24 PM, Neal <n...@nc-software.com> wrote:
> Hello,
>
>
>
> I am in the US so that’s what my Droid X is set to and therefore what I test
> against.  I have a problem where my international users are able to first
> run the app and then something happens and it won’t start again.  I’m not
> sure why!  It’s the same code as my iPhone/iPad app so that has been
> internationally tested as the iOS emulator allows you to change
> country/region (or the device does).
>
>
>
> How can I test against international settings in Android?  I don’t see any
> capability to change the device or emulator to a specific country/locale.
>
>
>
> Any advice for proper internationalization testing?
>
>
>
> Thank you,
>
>
>
> Neal Culiner
>
> NC Software, Inc.
>
> http://nc-software.com/
>
>
>
>
>
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>



-- 
Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to