I am making a game in Spanish but if they download it from another country they will not understand it, so I have to make it detect the language of the mobile and choose it string
depending on the language. Is it done as in Android Studio
? I haven't found any information about it...
If the documentation doesn't lie :), use [docs] :
which returns an element of the SystemLanguage enumeration. [docs] .
Now to deal with the language I do not know if there is such a utility as in Android. From what I've seen, not from Unity, but from third parties.