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 <[email protected]>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 <[email protected]> wrote:
> > On 21 July 2010 13:24, Engin Arslan <[email protected]> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to