Dianne,
thanks for your help,

however, is there any possible way to specify  application language
rather than setting locale manually?

On Jul 23, 9:03 am, Dianne Hackborn <hack...@android.com> wrote:
> This has nothing to do with your manifest.
>
> You are blowing away the current configuration in the resources with your
> own you have created that is not initialized.  Things aren't going to work
> when you do that.
>
> You could improve that by giving it a properly created Configuration, but I
> don't want to help with doing that because what you are trying to do is
> never going to work quite right because you will be fighting with the
> platform over what configuration is being used in the resources.
>
> On Thu, Jul 22, 2010 at 10:57 PM, Engin Arslan <enginarsla...@gmail.com>wrote:
>
>
>
>
>
> > Webnet,
> > As I said in my question I tried following in my androidmanfest.xml
> > but it did not work.
> > <supports-screens
> > android:smallScreens="true"
> > android:normalScreens="true"
> > android:largeScreens="true"
> > android:anyDensity="true"
> > />
>
> > I think problem is updating configuration as Dianne said however I do
> > not alternative way of specifiying application language
> > Can anyone suggest me better way?
>
> > On Jul 21, 2:46 pm, Webnet Android <webnet.andr...@gmail.com> wrote:
> > > On 21 July 2010 13:24, Engin Arslan <enginarsla...@gmail.com> wrote:
>
> > > > any suggestions??
>
> > >http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx
>
> > --
> > 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
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

-- 
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