I have a text to speech application where the user can select a language and also select a male or female voice. The problem is that for each language there are different st
String arrays can use string resources. This is the easiest (and probably simplest) way to translate user values.
@string/value_1 @string/value_2
See Working with Strings and String Arrays