No, I haven't reported it yet. The bug reporting page wanted some
information that I don't have access to right now, I will try to
remember to report the bug later today when I get home.


On 9 Nov, 20:39, Bahadır Yağan <bahadir.ya...@gmail.com> wrote:
> As a workaround you can recommend your users the MoreLocale application to
> change their Locale to Swedish.
>
> But I am also interested in application level locale setting. Did you report
> the issue?
>
> Best
>
> --
> Bahadır Yağan
>
> 2009/11/9 Bahadır Yağan <bahadir.ya...@gmail.com>
>
>
>
> > Does anyone know if this method of changing Locale just for one application
> > is a supported functionality?
>
> > --
> > Bahadır Yağan
>
> > On Mon, Nov 9, 2009 at 12:18 PM, ydario <mc6...@mclink.it> wrote:
>
> >> Hi,
>
> >> found the same problem here. Even this kind of code fails:
>
> >>        Configuration config = context.getResources().getConfiguration();
> >>        config.locale = newLocale;
> >>         context.getResources().updateConfiguration(config,
> >>                        context.getResources().getDisplayMetrics());
>
> >> where newLocale is a properly created locale instance.
>
> >> The strange thing is that I can get the above code to work when my
> >> wizard library is running; the library code does not implement a new
> >> activity, but simply uses the existing one. I compared code, but I
> >> cannot find other real differences.
>
> >> And I'm getting the resume problem also when I start an activity from
> >> a non-GUI class, this worked from 1.1 to 1.6 :-(
>
> >> Yuri
>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "Android Developers" group.
> >> To post to this group, send email to android-developers@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs
> >>  cr...@googlegroups.com>
> >> For more options, visit this group at
> >>http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to