[android-developers] Specifying the language of the application

2012-08-30 Thread Simon Giddings
I need to create individual language versions of my application - due to 
resource size.

How can I specify the language of the application ?

I could not see how to do this within the manifest.
Is it only possible when creating the product in Google Play ?

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

Re: [android-developers] Specifying the language of the application

2012-08-30 Thread TreKing
On Thu, Aug 30, 2012 at 4:45 AM, Simon Giddings mr.s.giddi...@gmail.comwrote:

 I need to create individual language versions of my application - due to
 resource size.


How much text do you have that translations provide a resource size concern?

How can I specify the language of the application ?


You don't. An application doesn't have a language. It just has
translations, if provided, that are used based on the user's device
settings. If you want a French-only version of the app, then provide text
that is only in French.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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