I’d like to put the product name differently by country. I’ve been googling many times, but dudn’t get any answers to this.
Anyway, I am trying to do this by using strings.xml files under values-xx directories. I made directories like
Plugins>Android>res>values & values-en & values-kr.
And I made strings.xml and put it in each directory.
But I get an error during compile, saying
CommandInvokationFailure: Failed to re-package resources.
…
stderr[
/Users/BTGames/Unity/Android/TearTree/Temp/StagingArea/android-libraries/unity-android-resources/res/values/strings.xml:3: error: Invalid start tag wordDocument
…
I am not sure if I’m doing in correct way. If I’m doing ok, what may cause those problems?
Any other approaches to do this? Any advice will be so appreciated. Thanks.