I am working on application where themes and strings differs when user is male or female. I could control colors depending on user gender but now i can't solve problem of strings for example if user is a male, I will use
<string name="welcome">Welcome boy</string>
but if user female it will be
<string name="welcome">Welcome girl</string>
that is just for example.so how can i load the correct file from resources depending on gender value which is stored in variable ??