Thanks - but my questions was really related to the actual strings and where to declare the foreign language equivalent. If I remember correctly, there are resources that are declared in an Android build.
For example, I might have a directory in the Android build called "values" which sits until "res" - and these values include XML files like "strings.xml" which has all my strings declared.
If I want to support Spanish (language code is "es") - then I would create a parallel "values" directory called "values-es" which also sits in "res" and would contain equivalent Spanish translated strings.
Am I going down an old path? I know that a previous version of our app (custom build) used this approach - perhaps there's a better way?