I understand what you saying, but how to solve the following scenario:
- You developed an application with English (default), German, and Italian 
languages;
- A French user (whom mobile is in french and have many french applications 
in the phone) installs you application;
- Because your application doesn't have French, android chooses the default 
one, in this case English, right?
- So you application is shown in English, but what if the user just don't 
speak English but speaks Italian? How can he change this without changing 
his locale settings from French to Italian?

Regards,
Adrião Neves
www.adriaoneves.com

On Friday, 23 July 2010 07:03:21 UTC+1, Dianne Hackborn 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
>> 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