Can I change app icon according to locale or language?

已查看 1,330 次
跳至第一个未读帖子

YongHak Park

未读,
2011年6月6日 20:32:322011/6/6
收件人 android-platform
I need to change app icon according to locale or language.
( app icon means the icon that can be displayed at menu, home screen
and widget )


For example.
I want to display english characterd icon at USA
and want to display other icon according to the country where user is.

Is it possible like strings use different things following the
country?

If possible, how can i do that??

Dianne Hackborn

未读,
2011年6月6日 21:34:492011/6/6
收件人 android-...@googlegroups.com
You can put different strings for the different configurations.  Please look at the Android documentation or standard SDK programming resources; having your app name change based on locale is basic app functionality.


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




--
Dianne Hackborn
Android framework engineer
hac...@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.

YongHak Park

未读,
2011年6月6日 22:21:542011/6/6
收件人 android-platform
Hello!

I already know what you mentioned.

What I want to change is application ICON!! NOT application string.

It's a drawable object which is displayed on launcher represent my
application.

Is it possible if i make specific directory like drawable-uk, drawable-
fr..
and put different icon into each directory.

has anyone ever been tried this?
> hack...@android.com

YongHak Park

未读,
2011年6月6日 23:03:392011/6/6
收件人 android-platform
Making a different drawable directory is possible to do things what I
wanted to..
Thanks Dianne.
回复全部
回复作者
转发
0 个新帖子