My app allows setting of the UI language independently of the system
setting for language.

At some point, I need to load a list of launchable activities. The
labels I acquire with:

ActivityInfo ai = packageManager.getActivityInfo( componentName, 0 );
CharSequence cs = ai.loadLabel( packageManager );

No matter what I set the locale to be in my app Configuration, I
always get the label from PackageManager in the system language.

Anyone know any workarounds ?

Pent

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