hello,

I need to change the language of a running apk on demand.

So the texts are set in xml to @strings/name

And there are different strings.xml inside values-de values-en values-
tr and so on.

Is there a way to tell android to update the layout in order to change
the strings automatically?

Or do I have to replace all of them by hand using findById().setText
(R.strings.name) ?

Greetings
DaRolla
--~--~---------~--~----~------------~-------~--~----~
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