If you mean to create another context, then use createPackageContext; and you can get the resources in another package.
On Jul 29, 4:42 am, efu <[email protected]> wrote: > I have different text packaged into my app for different locale. > The Resource.getString(int resid) method automatically returns me the > string for the CURRENT locale of the phone. > Is there a way I can specifically obtain resources while passing in a > locale? > For example, there isn't such method as: > Resource.getString(int resId, Locale myLocale); > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

