0

is there a possibility the resource file string.xml while the Busy Application switch to running. It is important to me that maintaining multilingualism.

The app name will no longer be STRING, but should be modified to STRING2

[resources]
   [string name="app_name"]STRING[/string]
 [/resources]

Thanx Bob

Bobert
  • 216
  • 4
  • 16
  • if I understand you correctly Android OS does that for you, based on the currently selected language on the device. just put localized version of the strings in appropriate `values-LANGUAGE` directory, for example `values-de` for german version. see here for list of supported locales: http://stackoverflow.com/q/7973023/1820695 – andr Jan 28 '13 at 09:57
  • The problem is the App string will come from a webservice – Bobert Jan 29 '13 at 07:22

0 Answers0