[android-developers] Re: Forcing locale inside our app.

2010-10-21 Thread sblantipodi
Ciao Riccardo, it worked. Thanks. :) On Oct 20, 5:54 pm, Riccardo Ciovati rciov...@gmail.com wrote: On 20 Ott, 14:53, sblantipodi perini.dav...@dpsoftware.org wrote: How can I change locale only for my app? Did you tried this?

[android-developers] Re: Forcing locale inside our app.

2010-10-21 Thread sblantipodi
is there a way to detect default locale? I need to know what is the default locale of the phone where my app is running, is it possible I haven't finded nothing... Thanks. On Oct 21, 2:31 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Ciao Riccardo, it worked. Thanks. :) On Oct 20,

[android-developers] Re: Forcing locale inside our app.

2010-10-21 Thread sblantipodi
Ok, just founded. Locale myPhoneLocale = Locale.getDefault(); On Oct 21, 8:17 pm, sblantipodi perini.dav...@dpsoftware.org wrote: is there a way to detect default locale? I need to know what is the default locale of the phone where my app is running, is it possible I haven't finded nothing...

[android-developers] Re: Forcing locale inside our app.

2010-10-20 Thread Riccardo Ciovati
On 20 Ott, 14:53, sblantipodi perini.dav...@dpsoftware.org wrote: How can I change locale only for my app? Did you tried this? http://www.tutorialforandroid.com/2009/01/force-localize-application-on-android.html -- You received this message because you are subscribed to the Google Groups